Skip to main content

SchedulerInplaceEditorEventArgs.Font Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: 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