Skip to main content

TreeMapItemGroupStyle.SubGroupBorderColor Property

Gets or sets the border color of sub groups of the styled group.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

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

Property Value

Type Description
Color

The border color of sub groups.

See Also