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

RankProperties.ItemBeginEndTextColor Property

Gets or sets the color of an item’s opening and closing text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(typeof(Color), "")]
public Color ItemBeginEndTextColor { get; set; }

Property Value

Type Default Description
Color String.Empty

A Color structure that specifies the color of an item’s opening and closing text.

Remarks

The color assigned to the ItemBeginEndTextColor property is applied to all items of the current rank and overrides the color defined via the ASPxCloudControl.ItemBeginEndTextColor property.

See Also