Skip to main content

AppointmentViewInfo.Resource Property

Gets or sets the resource associated with the current appointment view.

Namespace: DevExpress.Xpf.Scheduler.Drawing

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public Resource Resource { get; set; }

#Property Value

Type Description
Resource

A Resource object specifying a resource associated with an appointment.

#Remarks

Use the Resource property to determine the resource of the displayed appointment. If the appointment belongs to several resources, AppointmentStorage.ResourceSharing is true and the SchedulerControl.GroupType is not SchedulerGroupType.None, the appointment has several views - one for each resource. Each appointment view is represented by a particular AppointmentViewInfo object with its own Resource.

#Implements

DevExpress.XtraScheduler.Drawing.IAppointmentViewInfo.Resource
DevExpress.XtraScheduler.Native.ISelectableIntervalViewInfo.Resource
See Also