[]
Initializes a new instance of the DropDownItem class.
public DropDownItem(string value, string text = null)
Public Sub New(value As String, Optional text As String = Nothing)
Type | Name | Description |
---|---|---|
string | value | The value for this list item. |
string | text | The text to display for this list item. |