AgendaResourceLocation Enum
Lists values that specify the Resource location.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
Declaration
Members
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. |
Related API Members
The following properties accept/return AgendaResourceLocation values:
Remarks
To specify the Resource location, use the ASPxAgendaViewAppointmentDisplayOptions.ResourceLocation property.
See Also