RankProperties.ItemBeginEndTextColor Property
Gets or sets the color of an item’s opening and closing text.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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