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

AppointmentFlyoutShowingEventArgs.FlyoutData Property

Provides access to data displayed in the appointment flyout.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.1.dll

Declaration

public IAppointmentFlyoutData FlyoutData { get; }

Property Value

Type Description
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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the FlyoutData property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also