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.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public RankPropertiesCollection RankProperties { get; }
#Property Value
Type | Description |
---|---|
Rank |
A Rank |
#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.