CheckBoxListSettings.SelectedIndex Property
Gets or sets the selected item’s index.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
Int32 | An Int32 value specifying the zero-based index of the selected item. |
Remarks
The SelectedIndex property specifies an index of a selected item (if only one item is selected) or an index of the first selected item (if some items are selected).
See Also