ASPxAgendaViewAppointmentDisplayOptions.ResourceLocation Property
Gets or sets the resource location
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v25.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
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 |
|
See Also