Back to Devexpress

SchedulerControl.Focused Property

windowsforms-devexpress-dot-xtrascheduler-dot-schedulercontrol-c50319fb.md

latest1.1 KB
Original Source

SchedulerControl.Focused Property

Gets a value indicating whether the control has input focus.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public override bool Focused { get; }
vb
Public Overrides ReadOnly Property Focused As Boolean

Property Value

TypeDescription
Boolean

true if the control is focused; otherwise, false.

|

See Also

SchedulerControl Class

SchedulerControl Members

DevExpress.XtraScheduler Namespace