[]
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)
The value for this list item.
The text to display for this list item.