Skip to main content

ISchedulerInplaceEditorEx.Activate() Method

In This Article

Initializes the control, subscribes to its major events and sets the focus to it.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

#Declaration

void Activate()

#Remarks

The current implementation of the editor that inherits the ISchedulerInplaceEditorEx interface and overrides the Activate method, performs a subscription to the ISchedulerInplaceEditor.LostFocus, ISchedulerInplaceEditor.CommitChanges and ISchedulerInplaceEditor.RollbackChanges events. The control becomes visible, its text is selected and the control gets focus.

See Also