The CheckBoxColumnTemplate type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CheckBoxColumnTemplate()()()() | DotNetNuke.UI.WebControls.CheckBoxColumnTemplate | |
| CheckBoxColumnTemplate(ListItemType) | DotNetNuke.UI.WebControls.CheckBoxColumnTemplate |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| InstantiateIn |
InstantiateIn is called when the Template is instantiated by the parent control
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
| Name | Description | |
|---|---|---|
| ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.) |
Properties
| Name | Description | |
|---|---|---|
| AutoPostBack |
Gets and sets whether the column fires a postback when any check box is
changed
| |
| Checked |
Gets and sets whether the checkbox is checked (unless DataBound)
| |
| DataField |
The Data Field that the column should bind to
| |
| DesignMode |
Gets or sets the Design Mode of the Column
| |
| Enabled |
An flag that indicates whether the hcekboxes are enabled (this is overridden if
the EnabledField is set
changed
| |
| EnabledField |
The Data Field that determines whether the checkbox is Enabled
changed
| |
| HeaderCheckBox |
A flag that indicates whether there is a checkbox in the Header that sets all
the checkboxes
| |
| ItemType |
The type of Template to Create
| |
| Text |
The Text to display in a Header Template
|
Events
| Name | Description | |
|---|---|---|
| CheckedChanged |