A newer version of this page is available.
Switch to the current version.
SchedulerPrintStyle.AppointmentFont Property
Gets or sets the font used to print appointments.
Namespace: DevExpress.XtraScheduler.Printing
Assembly: DevExpress.XtraScheduler.v19.2.dll
Declaration
[XtraSerializableProperty]
public Font AppointmentFont { get; set; }
<XtraSerializableProperty>
Public Property AppointmentFont As Font
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
Feedback