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

ASPxCheckBoxList.SelectedValues Property

Gets the collection of selected item values within the check box list.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public SelectedValueCollection SelectedValues { get; }

Property Value

Type Description
SelectedValueCollection

A SelectedValueCollection object that contains the selected item values.

See Also