[]
Gets or sets the content of this item.
Gets or sets the string currently stored in the selector item. This value represents the item content used by selector-based controls such as IDropDown and IListBox.
public string Value { get; set; }
Public Property Value As String
DropDownItem item = new DropDownItem("Pending");
string value = item.Value;