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

ISchedulerStateService.IsInplaceEditorOpened Property

Indicates whether an inplace editor is invoked.

Namespace: DevExpress.XtraScheduler.Services

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

Declaration

bool IsInplaceEditorOpened { get; }

Property Value

Type Description
Boolean

true if the inplace editor window is open; otherwise, false.

Remarks

Use this property for easy detection of the Scheduler state.

See Also