| EditableListColumnListEditorItem Constructor (String, String, Boolean) |
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public EditableListColumnListEditorItem(
string text,
string value,
bool selected
)
Public Sub New (
text As String,
value As String,
selected As Boolean
)
Parameters
- text
- Type: SystemString
- value
- Type: SystemString
- selected
- Type: SystemBoolean
See Also