ISchedulerStateService Properties
Provides properties indicating the Scheduler state.| Name | Description |
|---|---|
| AreAppointmentsDragged | Indicates whether the drag operation is performed with appointments in the Scheduler. |
| IsAnimationActive | Indicates whether the animation effect is applied. |
| IsAppointmentResized | Indicates whether an appointment is resized. |
| IsDataRefreshAllowed | Indicates whether the Scheduler data can be safely reloaded. |
| IsFlyoutDisplayAllowed | Indicates whether an appointment flyout can be displayed. |
| IsInplaceEditorOpened | Indicates whether an inplace editor is invoked. |
| IsModalFormOpened | Indicates whether a modal form (appointment editing form or recurrence editing form) is invoked. |
| IsPopupMenuOpened | Indicates whether a popup (context) menu is invoked. |
| UserActivitySession | Gets an object that characterizes user interaction with the SchedulerControl. |
See Also