Skip to main content

TreeMapRangeColorizer.GroupColor Property

Gets or sets the color used to color groups.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

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

Property Value

Type Description
Color

A Color value.

Remarks

For more information about Colorizers, refer to the Colorizers topic.

See Also