Back to Devexpress

AppointmentFlyoutShowingEventArgs.FlyoutData Property

windowsforms-devexpress-dot-xtrascheduler-dot-appointmentflyoutshowingeventargs-8e5be7a3.md

latest1.7 KB
Original Source

AppointmentFlyoutShowingEventArgs.FlyoutData Property

Provides access to data displayed in the appointment flyout.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public IAppointmentFlyoutData FlyoutData { get; }
vb
Public ReadOnly Property FlyoutData As IAppointmentFlyoutData

Property Value

TypeDescription
IAppointmentFlyoutData

An object with the IAppointmentFlyoutData interface containing appointment flyout data.

|

Remarks

Use the data to initialize a custom control and display it as the Appointment Flyout content by assigning it to the AppointmentFlyoutShowingEventArgs.Control property.

See Also

AppointmentFlyoutShowingEventArgs Class

AppointmentFlyoutShowingEventArgs Members

DevExpress.XtraScheduler Namespace