| EditableListButtonColumn Constructor (String, 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 EditableListButtonColumn(
string name,
string action
)
Public Sub New (
name As String,
action 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.
- action
- Type: SystemString
A String type value which represents JavaScript function or function name.
Remarks See Also