Back to Devexpress

CustomizeAppointmentFlyoutEventArgs.Appointment Property

windowsforms-devexpress-dot-xtrascheduler-dot-customizeappointmentflyouteventargs-13430967.md

latest1.4 KB
Original Source

CustomizeAppointmentFlyoutEventArgs.Appointment Property

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

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public Appointment Appointment { get; }
vb
Public ReadOnly Property Appointment As Appointment

Property Value

TypeDescription
Appointment

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

|

Implements

Appointment

See Also

CustomizeAppointmentFlyoutEventArgs Class

CustomizeAppointmentFlyoutEventArgs Members

DevExpress.XtraScheduler Namespace