ASPxListBox.SelectedValues Property
Gets the collection of selected item values within the list box.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
SelectedValueCollection | A SelectedValueCollection object that contains the selected item values. |
See Also