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

AppointmentFlyoutOptions Class

Contains options which define how appointment flyouts are displayed.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.1.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