A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
[DefaultValue(0)]
[SRCategory(ReportStringId.CatBehavior)]
public int MaxNestingLevel { get; set; }
<DefaultValue(0)>
<SRCategory(ReportStringId.CatBehavior)>
Public Property MaxNestingLevel As Integer
Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 |
An integer value. |
See Also
Feedback