Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

XRTableOfContentsLevel.LeaderSymbol Property

Specifies the leader symbol for the XRTableOfContents level.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#Declaration

[DefaultValue('.')]
[SRCategory(ReportStringId.CatAppearance)]
public char LeaderSymbol { get; set; }

#Property Value

Type Default Description
Char '.'

A Char structure, specifying the leader symbol.

#Remarks

The leader symbol is repeated to fill the space between the level’s text and the page number in a table of contents.

See Also