Click or drag to resize

EditableListColumnEditor Class

Represents the base class of column editor.
Inheritance Hierarchy
System.Web.UIControl
  Dynamicweb.ControlsEditableListColumnEditor
    More...

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

The EditableListColumnEditor type exposes the following members.

Constructors
  NameDescription
Public methodEditableListColumnEditor
Initializes a new instance of the EditableListColumnEditor class
Top
Properties
  NameDescription
Public propertyCssClass
Gets or sets the additional CSS class name to apply to editor.
Public propertyEditorTypeName
Gets the editor's class name.
Public propertyEnabled
Gets or sets a value indicating whether the editor is enabled.
Public propertyWidth
Gets or sets the width of the selector field excluding the width of the calendar icon (in pixels).
Top
Methods
  NameDescription
Protected methodRender
Top
Remarks
See Also
Inheritance Hierarchy
System.Web.UIControl
  Dynamicweb.ControlsEditableListColumnEditor
    Dynamicweb.ControlsEditableListColumnCheckboxEditor
    Dynamicweb.ControlsEditableListColumnComboboxEditor
    Dynamicweb.ControlsEditableListColumnCustomHtmlEditor
    Dynamicweb.ControlsEditableListColumnDateEditor
    Dynamicweb.ControlsEditableListColumnFileEditor
    Dynamicweb.ControlsEditableListColumnListEditor
    Dynamicweb.ControlsEditableListColumnNumberEditor
    Dynamicweb.ControlsEditableListColumnProductsAndGroupsEditor
    Dynamicweb.ControlsEditableListColumnRadioEditor
    Dynamicweb.ControlsEditableListColumnTextEditor
    Dynamicweb.ControlsEditableListColumnUserEditor