Skip to main content

CheckBoxListSettings.SelectedIndex Property

Gets or sets the selected item’s index.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public int SelectedIndex { get; set; }

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