Click or drag to resize

EditableListCreateColumnSet Method

Creates the set of columns to be used to build up the control hierarchy. When AutoGenerateColumns is true, the columns are created to match the data source and are appended to the set of columns defined in the Columns collection.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
protected virtual IEnumerable<EditableListColumn> CreateColumnSet(
	EditableListItemCollection dataSource
)

Parameters

dataSource
Type: Dynamicweb.ControlsEditableListItemCollection
The data source being used to create the control hierarchy.

Return Value

Type: IEnumerableEditableListColumn
Remarks