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

XRTableOfContents.LevelDefault Property

Contains default formating properties for hierarchical levels of XRTableOfContents.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

[SRCategory(ReportStringId.CatBehavior)]
public XRTableOfContentsLevel LevelDefault { get; }

Property Value

Type Description
XRTableOfContentsLevel

An XRTableOfContentsLevel object.

See Also