Skip to main content

AppointmentItemsValidationEventArgs.Appointments Property

Provides access to the appointments available in the report.

Namespace: DevExpress.Xpf.Scheduling.Reporting

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public IList<AppointmentItem> Appointments { get; }

Property Value

Type Description
IList<AppointmentItem>

A IList<T><AppointmentItem,> object containing appointment items for the report.

See Also