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.v24.1.dll
NuGet Package: DevExpress.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