ISchedulerStateService.IsModalFormOpened Property
Indicates whether a modal form (appointment editing form or recurrence editing form) is invoked.
Namespace: DevExpress.XtraScheduler.Services
Assembly: DevExpress.XtraScheduler.v26.1.Core.Desktop.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean | true if a modal form is opened; otherwise, false. |
Remarks
Use this property for easy detection of the Scheduler state.
See Also