Back to Devexpress

AppointmentFlyoutOptions Class

windowsforms-devexpress-dot-xtrascheduler-f496f0a4.md

latest1.8 KB
Original Source

AppointmentFlyoutOptions Class

Contains options which define how appointment flyouts are displayed.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public class AppointmentFlyoutOptions :
    SchedulerNotificationOptions
vb
Public Class AppointmentFlyoutOptions
    Inherits SchedulerNotificationOptions

The following members return AppointmentFlyoutOptions objects:

Remarks

Use the SchedulerControl.OptionsFlyout property to get access to the AppointmentFlyoutOptions instance.

Inheritance

Object ViewStatePersisterCore BaseOptions SchedulerNotificationOptions AppointmentFlyoutOptions

See Also

AppointmentFlyoutOptions Members

Appointment Flyout

DevExpress.XtraScheduler Namespace