Skip to main content
All docs
V20.1

TreeMapItem.GroupBorderBrush Property

Returns the tree map item’s border brush if the item is a group.

Namespace: DevExpress.Xpf.TreeMap

Assembly: DevExpress.Xpf.TreeMap.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.TreeMap, DevExpress.Wpf.TreeMap

Declaration

[Browsable(false)]
public Brush GroupBorderBrush { get; }

Property Value

Type Description
Brush

The tree map item’s border brush if the item is a group.

See Also