Back to Devexpress

AgendaResourceLocation Enum

aspnet-devexpress-dot-web-dot-aspxscheduler-93fb228a.md

latest1.4 KB
Original Source

AgendaResourceLocation Enum

Lists values that specify the Resource location.

Namespace : DevExpress.Web.ASPxScheduler

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public enum AgendaResourceLocation
vb
Public Enum AgendaResourceLocation

Members

NameDescription
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.

|

The following properties accept/return AgendaResourceLocation values:

Remarks

To specify the Resource location, use the ASPxAgendaViewAppointmentDisplayOptions.ResourceLocation property.

See Also

DevExpress.Web.ASPxScheduler Namespace