The CheckBoxColumnTemplate type exposes the following members.

Properties

  NameDescription
Public propertyAutoPostBack
Gets and sets whether the column fires a postback when any check box is changed
Public propertyChecked
Gets and sets whether the checkbox is checked (unless DataBound)
Public propertyDataField
The Data Field that the column should bind to
Public propertyDesignMode
Gets or sets the Design Mode of the Column
Public propertyEnabled
An flag that indicates whether the hcekboxes are enabled (this is overridden if the EnabledField is set changed
Public propertyEnabledField
The Data Field that determines whether the checkbox is Enabled changed
Public propertyHeaderCheckBox
A flag that indicates whether there is a checkbox in the Header that sets all the checkboxes
Public propertyItemType
The type of Template to Create
Public propertyText
The Text to display in a Header Template

See Also