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

AgendaResourceLocation Enum

Lists values that specify the Resource location.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public enum AgendaResourceLocation

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