ASPxAgendaViewAppointmentDisplayOptions.ResourceLocation Property
In This Article
Gets or sets the resource location
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public AgendaResourceLocation ResourceLocation { get; set; }
#Property Value
Type | Description |
---|---|
Agenda |
A Agenda |
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 Resource |
---|---|
Agenda |
|
See Also