Skip to main content

ASPxAgendaViewAppointmentDisplayOptions.ResourceLocation Property

Gets or sets the resource location

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public AgendaResourceLocation ResourceLocation { get; set; }

Property Value

Type Description
AgendaResourceLocation

A AgendaResourceLocation enumeration value.

Available values:

Name Description
Right

The resource is located at the right side of the appointment.

Bottom

The resource is located at the bottom of the appointment.

Auto

The resource is located automatically.

Property Paths

You can access this nested property as listed below:

Object Type Path to ResourceLocation
AgendaView
.AppointmentDisplayOptions .ResourceLocation
See Also