 | EditableListColumns Property |
Provides access to a EditableList's column collection.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntaxpublic virtual EditableListColumnCollection Columns { get; }
Public Overridable ReadOnly Property Columns As EditableListColumnCollection
Get
Property Value
Type:
EditableListColumnCollectionA EditableListColumnCollection object that represents a collection of columns within the EditableList control.
Return Value
Type:
EditableListColumnCollection
RemarksThe default is null.
See Also