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

TreeMapRangeColorizer.GroupColor Property

Gets or sets the color used to color groups.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v18.2.dll

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