Skip to main content
A newer version of this page is available. .

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

Declaration

public ResourceItem Resource { get; set; }

Property Value

Type Description
ResourceItem

A ResourceItem object that is the appointment’s resource.

See Also