EditableListDataColumn Class |
Namespace: Dynamicweb.Controls
The EditableListDataColumn type exposes the following members.
| Name | Description | |
|---|---|---|
| EditableListDataColumn |
Initializes a new instance of the EditableListColumn class.
| |
| EditableListDataColumn(String) |
Initializes a new instance of the EditableListColumn class using the specified column id.
| |
| EditableListDataColumn(String, Type) |
Initializes a new instance of the EditableListColumn class using the specified column id and data type.
|
| Name | Description | |
|---|---|---|
| CellOptions |
Gets the style settings used to paint column cells.
(Inherited from EditableListColumn.) | |
| DataType |
Gets or sets the type of data stored in the column.
| |
| DefaultValue |
Gets or sets the default value for the column when you are creating new rows.
| |
| EditFormOptions |
Gets or sets the settings of the editor that corresponds to the current column within an Edit Form.
| |
| EditorMetadata |
Gets or sets a control that will edit the value on client side.
| |
| Filterable |
Gets or sets a value indicating whether the filtering is enabled.
| |
| Name |
Gets or sets the unique programmatic identifier name for a column.
(Inherited from EditableListColumn.) | |
| SortExpression |
Gets or sets the JavaScript expression that will be called when a column is selected for sorting.
|