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