| EditableListDataColumnEditorMetadata Property |
Gets or sets a control that will edit the value on client side.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax [BindableAttribute(true)]
public EditableListColumnEditor EditorMetadata { get; set; }
<BindableAttribute(true)>
Public Property EditorMetadata As EditableListColumnEditor
Get
Set
Property Value
Type:
EditableListColumnEditor
A value indicating what control will edit the value on client side.
The default is null.
Return Value
Type:
EditableListColumnEditorRemarks EditableList find apropriate control basing on DataType property in case if editor was not specified.
See Also