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

ISchedulerInplaceEditor.Focus() Method

Sets input focus to the control.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

bool Focus()

Returns

Type Description
Boolean

true if the input focus request was successful; otherwise, false.

Remarks

Overrides the Focus() method.

See Also