Back to Devexpress

CustomAppointmentFlyoutTemplateValueEventArgs.Appointment Property

windowsforms-devexpress-dot-xtrascheduler-dot-customappointmentflyouttemplatevalueeventargs.md

latest1.3 KB
Original Source

CustomAppointmentFlyoutTemplateValueEventArgs.Appointment Property

Gets 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

The appointment whose information is displayed in the flyout.

|

See Also

CustomAppointmentFlyoutTemplateValueEventArgs Class

CustomAppointmentFlyoutTemplateValueEventArgs Members

DevExpress.XtraScheduler Namespace