Skip to main content

IAppointmentFlyoutData Interface

Contains data used in the Appointment Flyout.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public interface IAppointmentFlyoutData

The following members return IAppointmentFlyoutData objects:

Remarks

An object with the IAppointmentFlyoutData interface is returned by the AppointmentFlyoutShowingEventArgs.FlyoutData property.

See Also