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

TreeMapItemGroupStyle.SubGroupFill Property

Gets or sets the subgroup fill color.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v20.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

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

Property Value

Type Description
Color

A Color value.

See Also