Skip to main content
Tab

SelectedValueCollection(ASPxListEdit) Constructor

Initializes a new SelectedValueCollection class instance with the specific owner.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public SelectedValueCollection(
    ASPxListEdit listEdit
)

Parameters

Name Type Description
listEdit ASPxListEdit

An ASPxListEdit object to which the created collection belongs.

See Also