Skip to main content
A newer version of this page is available. .

ISchedulerInplaceEditor.Font Property

Gets or sets the font of the text displayed by the control.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

Font Font { get; set; }

Property Value

Type Description
Font

A Font to apply to the text displayed by the control.

Remarks

Overrides the Font property.

See Also