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

ASPxCloudControl.RankProperties Property

Gets a collection of objects that contain appearance settings for individual ranks of items displayed by the current control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public RankPropertiesCollection RankProperties { get; }

Property Value

Type Description
RankPropertiesCollection

A RankPropertiesCollection object that represents a collection of rank settings.

Remarks

Use the RankProperties property to access a collection of objects which define the appearance of ranks within the current control. Each collection item which is represented by an instance of the RankProperties class contains the appearance settings applied to the items of the corresponding rank.

A collection object exposed by the RankProperties property provides the standard means to manipulate its items: individual items can be added, removed and accessed using index notation.

See Also