Skip to main content
A newer version of this page is available. .

ISchedulerStateService.IsFlyoutDisplayAllowed Property

Indicates whether an appointment flyout can be displayed.

Namespace: DevExpress.XtraScheduler.Services

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

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