Click or drag to resize

EditableListColumnListEditor Class

Inheritance Hierarchy

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
[JsonObjectAttribute(MemberSerialization.OptOut)]
public class EditableListColumnListEditor : EditableListColumnEditor

The EditableListColumnListEditor type exposes the following members.

Constructors
  NameDescription
Public methodEditableListColumnListEditor
Initializes a new instance of the EditableListColumnListEditor class
Top
Properties
  NameDescription
Public propertyAllowMultiple
Gets or set the value which indicates that multiple options can be selected in the list. If it is not specified, then only one option can be selected at a time.
Public propertyCssClass
Gets or sets the additional CSS class name to apply to editor.
(Inherited from EditableListColumnEditor.)
Public propertyEditorTypeName (Overrides EditableListColumnEditorEditorTypeName.)
Public propertyEnabled
Gets or sets a value indicating whether the editor is enabled.
(Inherited from EditableListColumnEditor.)
Public propertyFilterOptions
Public propertyOptions
Public propertyWidth
Gets or sets the width of the selector field excluding the width of the calendar icon (in pixels).
(Inherited from EditableListColumnEditor.)
Top
Methods
See Also