| EditableListColumns Property |
Provides access to a EditableList's column collection.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public 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:
EditableListColumnCollectionRemarks The default is null.
See Also