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

XRTableOfContents.Levels Property

Provides access to the collection of XRTableOfContents levels.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

[SRCategory(ReportStringId.CatBehavior)]
public XRTableOfContentsLevelCollection Levels { get; }

Property Value

Type Description
XRTableOfContentsLevelCollection

An XRTableOfContentsLevelCollection object.

See Also