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

TreeMapItemGroupStyle.SubGroupBorderColor Property

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

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v18.2.dll

Declaration

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

Property Value

Type Description
Color

The border color of sub groups.

See Also