SelectedValueCollection(ASPxListEdit) Constructor
Initializes a new SelectedValueCollection class instance with the specific owner.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| listEdit | ASPxListEdit | An ASPxListEdit object to which the created collection belongs. |
See Also