Skip to main content
A newer version of this page is available. .
Tab

CloudControlItemCollection(ASPxCloudControl) Constructor

Initializes a new instance of the CloudControlItemCollection class with the specified owner.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public CloudControlItemCollection(
    ASPxCloudControl control
)

Parameters

Name Type Description
control ASPxCloudControl

An ASPxCloudControl object that owns the created collection.

See Also