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

AppointmentViewInfo.Resource Property

Gets or sets the resource of the displayed appointment.

Namespace: DevExpress.Web.ASPxScheduler.Drawing

Assembly: DevExpress.Web.ASPxScheduler.v18.2.dll

Declaration

public virtual Resource Resource { get; set; }

Property Value

Type Description
Resource

An Resource object that is the appointment’s resource.

Implements

DevExpress.XtraScheduler.Drawing.IAppointmentView.Resource
See Also