Skip to main content

TreeMapItemGroupStyle.SubGroupFill Property

Gets or sets the subgroup fill color.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v24.1.dll

NuGet Package: DevExpress.TreeMap

Declaration

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

Property Value

Type Description
Color

A Color value.

See Also