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

ISchedulerInplaceEditorEx.Activate() Method

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

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