| GridCheckBoxColumn Class |
Namespace: Kettic.AspNet.Controls
The GridCheckBoxColumn type exposes the following members.
| Name | Description | |
|---|---|---|
| GridCheckBoxColumn |
| Name | Description | |
|---|---|---|
| Clone | (Overrides GridColumnClone.) | |
| FillValues | (Overrides GridEditableColumnFillValues(IDictionary, GridEditableItem).) | |
| GetCustomPropertyDataFields | (Overrides GridColumnGetCustomPropertyDataFields(Object).) | |
| GetDefaultGroupByExpression | (Overrides GridColumnGetDefaultGroupByExpression.) | |
| InitializeCell | (Overrides GridColumnInitializeCell(TableCell, Int32, GridItem).) | |
| IsBoundToFieldName | (Overrides GridColumnIsBoundToFieldName(String).) | |
| SupportsFiltering | (Overrides GridColumnSupportsFiltering.) |
| Name | Description | |
|---|---|---|
| AllowFiltering | Gets or sets whether the column data can be filtered. | |
| AllowSorting | Gets or sets a whether the column data can be sorted. | |
| DataField | Gets or sets the field name from the specified data source to bind to the column. | |
| IsEditable |
Gets a boolean value, indicating whether the column is editable. A ReadOnly
column will return a false value for this property. The property is readOnly.
(Overrides GridColumnIsEditable.) |