Back to Devexpress

XRTableOfContentsLevelBase.Font Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrtableofcontentslevelbase.md

latest1.3 KB
Original Source

XRTableOfContentsLevelBase.Font Property

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

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[SRCategory(ReportStringId.CatAppearance)]
[XRLocalizable(true)]
public virtual DXFont Font { get; set; }
vb
<SRCategory(ReportStringId.CatAppearance)>
<XRLocalizable(True)>
Public Overridable Property Font As DXFont

Property Value

TypeDescription
DXFont

An object that contains font settings.

|

See Also

XRTableOfContentsLevelBase Class

XRTableOfContentsLevelBase Members

DevExpress.XtraReports.UI Namespace