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.v19.1.dll

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

Declaration

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

Property Value

Type Description
Font

A Font object.

See Also