Skip to main content
Tab

SelectedValueCollection Class

Represents a collection containing the values of the selected items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class SelectedValueCollection :
    SelectedValueCollectionBase

The following members return SelectedValueCollection objects:

Remarks

An instance of the SelectedValueCollection class can be accessed via the ASPxListBox.SelectedValues property.

Inheritance

Object
DevExpress.Web.SelectedValueCollectionBase
SelectedValueCollection
See Also