ASPxListBox.SelectedValues Property
In This Article
Gets the collection of selected item values within the list box.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public SelectedValueCollection SelectedValues { get; }
#Property Value
Type | Description |
---|---|
Selected |
A Selected |
See Also