AppointmentItemsValidationEventArgs.Appointments Property
Provides access to the appointments available in the report.
Namespace: DevExpress.Xpf.Scheduling.Reporting
Assembly: DevExpress.Xpf.Scheduling.v25.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
| Type | Description |
|---|---|
| IList<AppointmentItem> | A IList<T><AppointmentItem,> object containing appointment items for the report. |
See Also