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

ASPxAgendaViewAppointmentDisplayOptions.ResourceLocation Property

Gets or sets the resource location

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v20.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:

Library Object Type Path to ResourceLocation
ASP.NET Controls and MVC Extensions AgendaView
.AppointmentDisplayOptions .ResourceLocation
ASP.NET Bootstrap Controls BootstrapAgendaView
.AppointmentDisplayOptions .ResourceLocation
ASP.NET MVC Extensions MVCxSchedulerAgendaView
.AppointmentDisplayOptions .ResourceLocation
See Also