Skip to main content
All docs
V19.2

FullWeekView.DayCount Property

Specifies the number of days that are displayed in the Full Week View.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public override int DayCount { get; set; }

Property Value

Type Description
Int32

The number of days.

Remarks

<dx:ASPxScheduler id="ASPxScheduler1" runat="server" >
    <Views>
      <FullWeekView Enabled="true" DayCount="5" />
    </Views>
    ...
</dx:ASPxScheduler>
See Also