Skip to main content

TreeMapPaletteColorizer.ColorizeGroups Property

Gets or sets a value indicating whether or not tree map items should be colorized by groups.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

[XtraSerializableProperty]
public bool ColorizeGroups { get; set; }

Property Value

Type Description
Boolean

true if items in one group should be colorized using one color; otherwise false.

Remarks

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

See Also