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

AppointmentItemEventArgs.Appointment Property

Gets the appointment for which the element is raised.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v21.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public AppointmentItem Appointment { get; }

Property Value

Type Description
AppointmentItem

A AppointmentItem object that is the element for which the event is raised.

See Also