Back to Devexpress

XRTableOfContentsLevel.LeaderSymbol Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrtableofcontentslevel-dcd52bf6.md

latest1.5 KB
Original Source

XRTableOfContentsLevel.LeaderSymbol Property

Specifies the leader symbol for the XRTableOfContents level.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[DefaultValue('.')]
[SRCategory(ReportStringId.CatAppearance)]
public char LeaderSymbol { get; set; }
vb
<DefaultValue("."c)>
<SRCategory(ReportStringId.CatAppearance)>
Public Property LeaderSymbol As Char

Property Value

TypeDefaultDescription
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

XRTableOfContentsLevel Class

XRTableOfContentsLevel Members

DevExpress.XtraReports.UI Namespace