Property CheckedIndex
CheckedIndex
Gets or sets the zero-based index of the currently checked item in a control.
int? CheckedIndex { get; set; }
Property Value
- int?
A zero-based index of the currently checked item. A value of
null
is returned if no item is checked.