Skip to main content

SchedulerPrintStyle.HeadingsFont Property

Gets or sets the font used to print headings.

Namespace: DevExpress.XtraScheduler.Printing

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

[XtraSerializableProperty]
public Font HeadingsFont { get; set; }

Property Value

Type Description
Font

A Font object specifying the font used to print the headings.

Remarks

By default the Times New Roman, 14 font will be used.

See Also