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