| EditableListColumnCollection Class |
Represents the EditableList's column collection.
Inheritance Hierarchy
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax [JsonArrayAttribute]
public class EditableListColumnCollection : List<EditableListColumn>
<JsonArrayAttribute>
Public Class EditableListColumnCollection
Inherits List(Of EditableListColumn)
The EditableListColumnCollection type exposes the following members.
Constructors Properties
| Name | Description |
---|
| IsEmpty |
Gets a value indicating whether the collection is empty.
|
TopRemarks See Also