Skip to main content

XRTableOfContents.LevelDefault Property

Contains default formating properties for hierarchical levels of XRTableOfContents.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

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

Property Value

Type Description
XRTableOfContentsLevel

An XRTableOfContentsLevel object.

See Also