| ListFilterOption Constructor (String, String) |
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
)
Public Sub New (
text As String,
value As String
)
Parameters
- text
- Type: SystemString
Option's text. - value
- Type: SystemString
Option's value.
Remarks See Also