A newer version of this page is available.
Switch to the current version.
SchedulerOptionsCustomization.AllowDisplayAppointmentFlyout Property
Gets or sets the option specifying whether the appointment flyout can be displayed.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v19.1.Core.dll
Declaration
[DefaultValue(true)]
[XtraSerializableProperty]
public bool AllowDisplayAppointmentFlyout { get; set; }
<DefaultValue(True)>
<XtraSerializableProperty>
Public Property AllowDisplayAppointmentFlyout As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
True to display an appointment flyout; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Show 12 property paths
Library | Object Type | Path to AllowDisplayAppointmentFlyout |
---|---|---|
WinForms Controls | SchedulerControl |
|
ASP.NET Controls and MVC Extensions | ASPxScheduler |
|
MVCxScheduler |
|
|
SchedulerSettings |
|
|
ASP.NET Bootstrap Controls | BootstrapScheduler |
|
BootstrapScheduler |
|
|
BootstrapScheduler |
|
|
eXpressApp Framework | SchedulerListEditorBase |
|
ASPxSchedulerListEditor |
|
|
ASPxSchedulerListEditor |
|
|
SchedulerListEditor |
|
|
SchedulerListEditor |
|
Remarks
Use this option to prevent the appointment flyout from appearing when a mouse cursor hovers over an appointment. To do this, set the AllowDisplayAppointmentFlyout property to false.
See Also
Feedback