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

IAppointmentFlyoutData Interface

Contains data used in the Appointment Flyout.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v21.1.dll

NuGet Packages: DevExpress.Win.Design, 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