Skip to main content
All docs
V24.2

CustomAppointmentFlyoutTemplateValueEventArgs.Appointment Property

Gets an appointment for which the flyout is invoked.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.2.dll

Declaration

public Appointment Appointment { get; }

Property Value

Type Description
Appointment

The appointment whose information is displayed in the flyout.

See Also