Click or drag to resize

EditableListColumn Constructor (String)

Initializes a new instance of the EditableListColumn class, as type string, using the specified column id.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public EditableListColumn(
	string name
)

Parameters

name
Type: SystemString
A string that represents the name of the column to be created. If set to Nothing or an empty string (""), a default id will be specified when added to the columns collection.
Remarks
By default, the id specific to a column becomes the Caption property value.
See Also