SchedulerPrintStyle.AppointmentFont Property
Gets or sets the font used to print appointments.
Namespace: DevExpress.XtraScheduler.Printing
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
[DXCategory("Appearance")]
[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