[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Forms.SelectorItem.Value

Value Property

Value

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.

Declaration
public string Value { get; set; }
Public Property Value As String
Examples
DropDownItem item = new DropDownItem("Pending");
string value = item.Value;