Skip to main content

ISchedulerStateService.IsFlyoutDisplayAllowed Property

Indicates whether an appointment flyout can be displayed.

Namespace: DevExpress.XtraScheduler.Services

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

bool IsFlyoutDisplayAllowed { get; }

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