SelectedValueCollection Class
In This Article
Represents a collection containing the values of the selected items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
#Declaration
#Related API Members
The following members return SelectedValueCollection objects:
#Remarks
An instance of the SelectedValueCollection class can be accessed via the ASPxListBox.SelectedValues property.
See Also