Class CheckBoxColumn
Inheritance
CheckBoxColumn
Assembly: DotNetNuke.dll
Syntax
public class CheckBoxColumn : TemplateColumn, IStateManager
Constructors
CheckBoxColumn()
Declaration
CheckBoxColumn(bool)
Declaration
public CheckBoxColumn(bool autoPostBack)
Parameters
Type |
Name |
Description |
bool |
autoPostBack |
|
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
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
Methods
Initialize()
Declaration
public override void Initialize()
Overrides
Events
CheckedChanged
Declaration
public event DNNDataGridCheckedColumnEventHandler CheckedChanged
Event Type
Implements
Extension Methods