Back to Devexpress

AppointmentViewModel.Resource Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-visualdata-dot-appointmentviewmodel-bca41476.md

latest1.3 KB
Original Source

AppointmentViewModel.Resource Property

Gets or sets the resource associated with the appointment (the first resource in a resource collection if the appointment has multiple assigned resources).

Namespace : DevExpress.Xpf.Scheduling.VisualData

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public ResourceItem Resource { get; }
vb
Public ReadOnly Property Resource As ResourceItem

Property Value

TypeDescription
ResourceItem

The resource associated with the appointment.

|

See Also

AppointmentViewModel Class

AppointmentViewModel Members

DevExpress.Xpf.Scheduling.VisualData Namespace