AppointmentItemsValidationEventArgs.Appointments Property
In This Article
Provides access to the appointments available in the report.
Namespace: DevExpress.Xpf.Scheduling.Reporting
Assembly: DevExpress.Xpf.Scheduling.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
#Declaration
public IList<AppointmentItem> Appointments { get; }
#Property Value
Type | Description |
---|---|
IList<Appointment |
A IList |
See Also