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.v20.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public TreeMapPadding SubGroupHeaderPadding { get; set; }

Property Value

Type
TreeMapPadding
See Also