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

XRTableOfContentsLevelBase.Font Property

Defines the font used to draw text within the Table of Contents control.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

[SRCategory(ReportStringId.CatAppearance)]
[XRLocalizable(true)]
public virtual Font Font { get; set; }

Property Value

Type Description
Font

A Font object.

See Also