Click or drag to resize

EditableListDataColumnEditFormOptions Property

Gets or sets the settings of the editor that corresponds to the current column within an Edit Form.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
[BindableAttribute(true)]
public EditableListEditFormOptions EditFormOptions { get; set; }

Property Value

Type: EditableListEditFormOptions
Type: OptionsColumnEditForm The settings of the editor that corresponds to the current column within an Edit Form.

Return Value

Type: EditableListEditFormOptions
Remarks
EditableList find apropriate control basing on DataType property in case if editor was not specified.
See Also