Skip to main content
Tab

ASPxListBox.SelectedValues Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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