ISchedulerStateService.IsFlyoutDisplayAllowed Property
Indicates whether an appointment flyout can be displayed.
Namespace: DevExpress.XtraScheduler.Services
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
Type | Description |
---|---|
Boolean | True, if appointment flyout can be displayed; otherwise, false. |
Remarks
To disable appointment flyouts, set the SchedulerOptionsCustomization.AllowDisplayAppointmentFlyout property to false.
See Also