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

NuGet Package: DevExpress.Reporting.Core

Declaration

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

Property Value

Type Description
DXFont

An object that contains font settings.

See Also