[]
Creates an empty item.
public DropDownItem()
Public Sub New()
Creates an item with value.
public DropDownItem(string value)
Public Sub New(value As String)
The value of item.