TreeMapItemGroupStyle.SubGroupHeaderPadding Property
Gets or sets the header padding of sub groups of the styled group.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v25.1.dll
NuGet Package: DevExpress.TreeMap
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public TreeMapPadding SubGroupHeaderPadding { get; set; }
Property Value
| Type |
|---|
| TreeMapPadding |
See Also