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

ASPxCheckBoxList.SelectedItems Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public SelectedItemCollection SelectedItems { get; }

Property Value

Type Description
SelectedItemCollection

A SelectedItemCollection object that contains the selected items.

See Also