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

RankPropertiesCollection(ASPxCloudControl) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public RankPropertiesCollection(
    ASPxCloudControl cloudControl
)

Parameters

Name Type Description
cloudControl ASPxCloudControl

A ASPxCloudControl object to which the created object belongs.

See Also