Click or drag to resize

EditableListDataColumn Class

Represents a list column.
Inheritance Hierarchy

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
[DefaultPropertyAttribute("ID")]
[JsonObjectAttribute(MemberSerialization.OptOut)]
public class EditableListDataColumn : EditableListColumn

The EditableListDataColumn type exposes the following members.

Constructors
  NameDescription
Public methodEditableListDataColumn
Initializes a new instance of the EditableListColumn class.
Public methodEditableListDataColumn(String)
Initializes a new instance of the EditableListColumn class using the specified column id.
Public methodEditableListDataColumn(String, Type)
Initializes a new instance of the EditableListColumn class using the specified column id and data type.
Top
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
Remarks