[]
Represents an item of IDropDown.
public class DropDownItem : SelectorItem
Creates an empty item.
public DropDownItem()
Creates an item with value.
public DropDownItem(string value)
value
The value of item.