ASPxCheckBoxList.SelectedIndices Property
Gets the collection of the selected items’ indexes within the check box list.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v22.2.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
SelectedIndexCollection | A SelectedIndexCollection object that contains the selected items. |
See Also