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

SchedulerInplaceEditorEventArgs.Font Property

Gets or sets the font of the text displayed by the inplace editor.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Scheduler

Declaration

public Font Font { get; set; }

Property Value

Type Description
Font

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

See Also