Back to Devexpress

XRTableOfContents.Levels Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrtableofcontents-b91b759e.md

latest1.5 KB
Original Source

XRTableOfContents.Levels Property

Provides access to the collection of XRTableOfContents levels.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[SRCategory(ReportStringId.CatBehavior)]
public XRTableOfContentsLevelCollection Levels { get; }
vb
<SRCategory(ReportStringId.CatBehavior)>
Public ReadOnly Property Levels As XRTableOfContentsLevelCollection

Property Value

TypeDescription
XRTableOfContentsLevelCollection

An XRTableOfContentsLevelCollection object.

|

See Also

LevelDefault

LevelTitle

XRTableOfContents Class

XRTableOfContents Members

DevExpress.XtraReports.UI Namespace