Skip to main content
Tab

RankPropertiesCollection(ASPxCloudControl) Constructor

Creates a new instance of the RankPropertiesCollection class with the specified owner.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public RankPropertiesCollection(
    ASPxCloudControl cloudControl
)

Parameters

Name Type Description
cloudControl ASPxCloudControl

A ASPxCloudControl object to which the created object belongs.

See Also