Skip to main content

SchedulerPrintStyle.AppointmentFont Property

Gets or sets the font used to print appointments.

Namespace: DevExpress.XtraScheduler.Printing

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

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

Property Value

Type Description
Font

A Font object specifying the font used to print the contents of appointments.

Remarks

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

See Also