XRTableOfContentsLevelBase.Font Property
Defines the font used to draw text within the Table of Contents control.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.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. |