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

TreeMapItemGroupStyle.SubGroupTextColor Property

Gets or sets the subgroup text color.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v20.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

[XtraSerializableProperty]
public Color SubGroupTextColor { get; set; }

Property Value

Type Description
Color

A Color value.

See Also