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.v19.2.dll

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