Class CheckBoxColumnTemplate
Inheritance
CheckBoxColumnTemplate
Assembly: DotNetNuke.dll
Syntax
public class CheckBoxColumnTemplate : ITemplate
Constructors
CheckBoxColumnTemplate()
Declaration
public CheckBoxColumnTemplate()
CheckBoxColumnTemplate(ListItemType)
Declaration
public CheckBoxColumnTemplate(ListItemType itemType)
Parameters
Properties
AutoPostBack
Declaration
public bool AutoPostBack { get; set; }
Property Value
Checked
Declaration
public bool Checked { get; set; }
Property Value
DataField
Declaration
public string DataField { get; set; }
Property Value
DesignMode
Declaration
public bool DesignMode { get; set; }
Property Value
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
EnabledField
Declaration
public string EnabledField { get; set; }
Property Value
HeaderCheckBox
Declaration
public bool HeaderCheckBox { get; set; }
Property Value
ItemType
Declaration
public ListItemType ItemType { get; set; }
Property Value
Text
Declaration
public string Text { get; set; }
Property Value
Methods
InstantiateIn(Control)
Declaration
public void InstantiateIn(Control container)
Parameters
Type |
Name |
Description |
Control |
container |
|
Events
CheckedChanged
Declaration
public event DNNDataGridCheckedColumnEventHandler CheckedChanged
Event Type
Implements
Extension Methods