Click or drag to resize

EditableListDataColumn Properties

The EditableListDataColumn type exposes the following members.

Properties
  NameDescription
Public propertyCellOptions
Gets the style settings used to paint column cells.
(Inherited from EditableListColumn.)
Public propertyDataType
Gets or sets the type of data stored in the column.
Public propertyDefaultValue
Gets or sets the default value for the column when you are creating new rows.
Public propertyEditFormOptions
Gets or sets the settings of the editor that corresponds to the current column within an Edit Form.
Public propertyEditorMetadata
Gets or sets a control that will edit the value on client side.
Public propertyFilterable
Gets or sets a value indicating whether the filtering is enabled.
Public propertyName
Gets or sets the unique programmatic identifier name for a column.
(Inherited from EditableListColumn.)
Public propertySortExpression
Gets or sets the JavaScript expression that will be called when a column is selected for sorting.
Top
See Also