AppointmentFlyoutOptions Class
In This Article
Contains options which define how appointment flyouts are displayed.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
public class AppointmentFlyoutOptions :
SchedulerNotificationOptions
#Related API Members
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