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