Skip to main content
Tab

ASPxCheckBoxList.SelectedValues Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v22.2.dll

NuGet Package: DevExpress.Web

Declaration

public SelectedValueCollection SelectedValues { get; }

Property Value

Type Description
SelectedValueCollection

A SelectedValueCollection object that contains the selected item values.

See Also