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

Syntax
C# |
public ResourceItem Resource { get; set; }
|
VB |
Public Property Resource As ResourceItem
|
Property value
Type:
ResourceItem
A ResourceItem object that is the appointment's resource.

See Also