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

XRTableOfContents.MaxNestingLevel Property

Specifies the maximum number of XRTableOfContents levels to be displayed. If set to 0, no limitation applied.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

[DefaultValue(0)]
[SRCategory(ReportStringId.CatBehavior)]
public int MaxNestingLevel { get; set; }

Property Value

Type Default Description
Int32 0

An integer value.

See Also