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

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