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

AppointmentItemsValidationEventArgs.Appointments Property

Provides access to the appointments available in the report.

Namespace: DevExpress.Xpf.Scheduling.Reporting

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, 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