Skip to main content

ISchedulerInplaceEditor.Focus() Method

Sets input focus to the control.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.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