Click or drag to resize

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; }

Property Value

Type: EditableListColumnEditor
A value indicating what control will edit the value on client side. The default is null.

Return Value

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