Click or drag to resize

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; }

Property Value

Type: EditableListColumnCollection
A EditableListColumnCollection object that represents a collection of columns within the EditableList control.

Return Value

Type: EditableListColumnCollection
Remarks
The default is null.
See Also