Skip to main content
All docs
V23.2

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public ResourceItem Resource { get; }

Property Value

Type Description
ResourceItem

The resource associated with the appointment.

See Also