DayView.DayCount Property
Gets or sets the number of days that are simultaneously displayed within the Day View.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v20.2.dll
Declaration
[DefaultValue(1)]
public virtual int DayCount { get; set; }
<DefaultValue(1)>
Public Overridable Property DayCount As Integer
Property Value
Type | Default | Description |
---|---|---|
Int32 | 1 |
A positive integer value that specifies the number of days displayed by the View. |
Remarks
Use the DayCount property to specify the number of days simultaneously displayed within the Day View starting from the date set for the ASPxScheduler.Start property.
See Also
Feedback