| 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; }
<BindableAttribute(true)>
Public Property EditFormOptions As EditableListEditFormOptions
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:
EditableListEditFormOptionsRemarks EditableList find apropriate control basing on DataType property in case if editor was not specified.
See Also