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

TreeMapItemGroupStyle.SubGroupHeaderPadding Property

Gets or sets the header padding of sub groups of the styled group.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v18.2.dll

Declaration

[XtraSerializableProperty]
public Padding SubGroupHeaderPadding { get; set; }

Property Value

Type Description
Padding

The header padding of sub groups.

See Also