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.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
Type | Description |
---|---|
ResourceItem | A ResourceItem object that is the appointment’s resource. |
See Also