Back to Devexpress

AppointmentEditViewModelBase.Resources Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-appointmenteditviewmodelbase-d41af853.md

latest1.4 KB
Original Source

AppointmentEditViewModelBase.Resources Property

Gets a collection of all resources associated with the edited appointment.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public List<object> Resources { get; set; }
vb
Public Property Resources As List(Of Object)

Property Value

TypeDescription
List<Object>

A list of appointment resources.

|

See Also

ResourceId

ResourceIds

Resources

AppointmentEditViewModelBase Class

AppointmentEditViewModelBase Members

DevExpress.Xpf.Scheduling Namespace