XRTableOfContentsLevel.LeaderSymbol Property
Specifies the leader symbol for the XRTableOfContents level.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.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