Click or drag to resize

EditableListColumnCollection Class

Represents the EditableList's column collection.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListEditableListColumn
    Dynamicweb.ControlsEditableListColumnCollection

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
[JsonArrayAttribute]
public class EditableListColumnCollection : List<EditableListColumn>

The EditableListColumnCollection type exposes the following members.

Constructors
  NameDescription
Public methodEditableListColumnCollection
Initializes a new instance of the EditableListColumnCollection class
Top
Properties
  NameDescription
Public propertyIsEmpty
Gets a value indicating whether the collection is empty.
Top
Remarks