Skip to main content

CustomizeAppointmentFlyoutEventArgs.Appointment Property

Provides access to an appointment for which the flyout is invoked.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public Appointment Appointment { get; }

Property Value

Type Description
Appointment

An Appointment object that is the appointment whose information is displayed in the flyout.

Implements

See Also