Back to Devexpress

AppointmentItemsValidationEventArgs.Resources Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-reporting-dot-appointmentitemsvalidationeventargs-84b2fda2.md

latest1.5 KB
Original Source

AppointmentItemsValidationEventArgs.Resources Property

Provides access to resources for which the appointment items are validated.

Namespace : DevExpress.Xpf.Scheduling.Reporting

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public IList<ResourceItem> Resources { get; }
vb
Public ReadOnly Property Resources As IList(Of ResourceItem)

Property Value

TypeDescription
IList<ResourceItem>

A IList<T><ResourceItem,> object containing the resource items.

|

See Also

AppointmentItemsValidationEventArgs Class

AppointmentItemsValidationEventArgs Members

DevExpress.Xpf.Scheduling.Reporting Namespace