| EditableListDataColumn Constructor (String) |
Initializes a new instance of the EditableListColumn class using the specified column id.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public EditableListDataColumn(
string name
)
Public Sub New (
name As String
)
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 name will be specified when added to the columns collection.
Remarks See Also