Click or drag to resize

EditableListColumnComboboxEditor Class

Inheritance Hierarchy

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

The EditableListColumnComboboxEditor type exposes the following members.

Constructors
  NameDescription
Public methodEditableListColumnComboboxEditor
Initializes a new instance of the EditableListColumnComboboxEditor class
Top
Properties
  NameDescription
Public propertyAllowAutocompletion
Gets or sets the value which indicates whether to use autocompletion for value searching.
Public propertyAllowEditing
Gets or sets a value that indicates whether editing is enabled.
Public propertyAutocompleteExpression
Gets or sets the function which overrides the defualt autocmplete function.
Public propertyCssClass
Gets or sets the additional CSS class name to apply to editor.
(Inherited from EditableListColumnEditor.)
Public propertyEditExpression
Gets or sets a value which overrides the defualt editor.
Public propertyEditorTypeName (Overrides EditableListColumnEditorEditorTypeName.)
Public propertyEnabled
Gets or sets a value indicating whether the editor is enabled.
(Inherited from EditableListColumnEditor.)
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