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

XRTableOfContentsLevelBase.Padding Property

Specifies the padding of the XRTableOfContents level.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

[SRCategory(ReportStringId.CatAppearance)]
public PaddingInfo Padding { get; set; }

Property Value

Type Description
PaddingInfo

A PaddingInfo object.

See Also