XRTableOfContentsLevelBase.Padding Property
In This Article
Specifies the padding of the XRTableOfContents level.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
[SRCategory(ReportStringId.CatAppearance)]
public PaddingInfo Padding { get; set; }
#Property Value
Type | Description |
---|---|
Padding |
A Padding |
See Also