[]
The value that is used to bind LinkedCell.
T Value { get; set; }
Property Value As T
The actual meaning of this property depends on the FormControlType of the current control. CheckBox : False - Unchecked, true - Checked, null (Nothing) - Mixed. OptionButton : False - Unselected, true - Selected. Spinner, ScrollBar : The current value. ListBox, DropDown : SelectedIndex + 1.
False
Nothing