Back to Devexpress

AppointmentEditViewModelBase.Resource Property

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

latest1.5 KB
Original Source

AppointmentEditViewModelBase.Resource Property

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

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

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

Property Value

TypeDescription
ResourceItem

A ResourceItem object that is the appointment’s resource.

|

See Also

ResourceId

ResourceIds

Resources

AppointmentEditViewModelBase Class

AppointmentEditViewModelBase Members

DevExpress.Xpf.Scheduling Namespace