Click or drag to resize

EditableListColumnListEditorItem Class

Inheritance Hierarchy
SystemObject
  Dynamicweb.ControlsEditableListColumnListEditorItem

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

The EditableListColumnListEditorItem type exposes the following members.

Constructors
  NameDescription
Public methodEditableListColumnListEditorItem
Initializes a new instance of the EditableListColumnListEditorItem class
Public methodEditableListColumnListEditorItem(String, String)
Initializes a new instance of the EditableListColumnListEditorItem class
Public methodEditableListColumnListEditorItem(String, String, Boolean)
Initializes a new instance of the EditableListColumnListEditorItem class
Top
Properties
  NameDescription
Public propertyCssClass
Gets or sets a css class of item.
Public propertyItems
Public propertySelected
Gets or sets a value indicating whether the item is selected.
Public propertyText
Gets or sets the text displayed in a list control for the item represented by the Item.
Public propertyValue
Gets or sets the value associated with the Item.
Top
See Also