Skip to main content

AppointmentFlyoutOptions Class

Contains options which define how appointment flyouts are displayed.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public class AppointmentFlyoutOptions :
    SchedulerNotificationOptions

The following members return AppointmentFlyoutOptions objects:

Remarks

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

See Also