Skip to main content
A newer version of this page is available. .
Tab

ASPxCheckBoxList.SelectedIndices Property

Gets the collection of the selected items’ indexes within the check box list.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public SelectedIndexCollection SelectedIndices { get; }

Property Value

Type Description
SelectedIndexCollection

A SelectedIndexCollection object that contains the selected items.

See Also