Skip to main content

ISchedulerStateService.IsPopupMenuOpened Property

Indicates whether a popup (context) menu is invoked.

Namespace: DevExpress.XtraScheduler.Services

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

bool IsPopupMenuOpened { get; }

Property Value

Type Description
Boolean

true if a popup menu is opened; otherwise, false.

Remarks

Use this property for easy detection of the Scheduler state.

See Also