Click or drag to resize

EditableListColumnDateEditor Class

Inheritance Hierarchy

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

The EditableListColumnDateEditor type exposes the following members.

Constructors
  NameDescription
Public methodEditableListColumnDateEditor
Initializes a new instance of the EditableListColumnDateEditor class
Top
Properties
  NameDescription
Public propertyAllowEmpty
Gets or sets the value indicating whether user can choose time (in 24h notation).
Public propertyCssClass
Gets or sets the additional CSS class name to apply to editor.
(Inherited from EditableListColumnEditor.)
Public propertyEditorTypeName
Gets the editor's class name.
(Overrides EditableListColumnEditorEditorTypeName.)
Public propertyEnabled
Gets or sets a value indicating whether the editor is enabled.
(Inherited from EditableListColumnEditor.)
Public propertyIncludeTime
Gets or sets the value indicating whether user can choose time (in 24h notation).
Public propertyIsCalledThroughJsIFrame
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