Back to Devexpress

TreeMapPaletteColorizer.ColorizeGroups Property

windowsforms-devexpress-dot-xtratreemap-dot-treemappalettecolorizer.md

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.TreeMap

Declaration

csharp
[XtraSerializableProperty]
public bool ColorizeGroups { get; set; }
vb
<XtraSerializableProperty>
Public Property ColorizeGroups As Boolean

Property Value

TypeDescription
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

TreeMapPaletteColorizer Class

TreeMapPaletteColorizer Members

DevExpress.XtraTreeMap Namespace