Skip to main content

TreeMapItemGroupStyle.SubGroupTextColor Property

Gets or sets the subgroup text color.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v24.1.dll

NuGet Package: DevExpress.TreeMap

Declaration

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

Property Value

Type Description
Color

A Color value.

See Also