Skip to main content
All docs
V19.2

ASPxAgendaViewAppointmentDisplayOptions.ResourceAreaWidth Property

Specifies the width of the resource area.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public override int ResourceAreaWidth { get; set; }

Property Value

Type Description
Int32

The width.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ResourceAreaWidth
ASP.NET Controls and MVC Extensions AgendaView
.AppointmentDisplayOptions.ResourceAreaWidth
MVCxSchedulerAgendaView
.AppointmentDisplayOptions.ResourceAreaWidth
ASP.NET Bootstrap Controls BootstrapAgendaView
.AppointmentDisplayOptions.ResourceAreaWidth

Remarks

<dx:ASPxScheduler id="ASPxScheduler1" runat="server" >
    <Views>
      <AgendaView Enabled="true" >
            <AppointmentDisplayOptions ResourceAreaWidth="200" />
      </AgendaView>
    </Views>
    ...
</dx:ASPxScheduler>
See Also