Skip to main content

AppointmentViewInfo.Resource Property

Gets or sets the resource of the displayed appointment.

Namespace: DevExpress.Web.ASPxScheduler.Drawing

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

NuGet Package: DevExpress.Web.Scheduler

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