| ListFilterOption Constructor (String, String, Boolean) |
Initializes a new instance of a class.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public ListFilterOption(
string text,
string value,
bool selected
)
Public Sub New (
text As String,
value As String,
selected As Boolean
)
Parameters
- text
- Type: SystemString
Option's text. - value
- Type: SystemString
Option's value. - selected
- Type: SystemBoolean
Value indicating whether option is selected.
Remarks See Also