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

IAppointmentFlyoutData.Appointment Property

Gets an appontment whose information the appointment flyout displays.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

Appointment Appointment { get; }

Property Value

Type Description
Appointment

An Appointment object whose information is displayed.

See Also