| EditableListDataColumn Constructor (String, Type) |
Initializes a new instance of the EditableListColumn class using the specified column id and data type.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public EditableListDataColumn(
string name,
Type dataType
)
Public Sub New (
name As String,
dataType As Type
)
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.
- dataType
- Type: SystemType
A supported DataType.
Remarks By default, the id specific to a column becomes the Caption property value.
See Also