SelectorColumnItemTemplate(Int32, String, String, ListSelectionMode, HiddenField, String, String, Boolean) Constructor

Initializes a new instance of the SelectorColumnItemTemplate class

Definition

Namespace: Centralpoint.Web.UI.Console
Assembly: Centralpoint.Web.UI (in Centralpoint.Web.UI.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public SelectorColumnItemTemplate(
	int index,
	string name,
	string onClick,
	ListSelectionMode selectionMode,
	HiddenField hidField,
	string selectorClass,
	string valueField,
	bool hasTitle
)

Parameters

index  Int32
 
name  String
 
onClick  String
 
selectionMode  ListSelectionMode
 
hidField  HiddenField
 
selectorClass  String
 
valueField  String
 
hasTitle  Boolean
 

See Also