aspnet-devexpress-dot-web-dot-dateeditrangesettings-b62a2abb.md
Gets or sets the maximum number of days in a range.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
[DefaultValue(0)]
public int MaxDayCount { get; set; }
<DefaultValue(0)>
Public Property MaxDayCount As Integer
| Type | Default | Description |
|---|---|---|
| Int32 | 0 |
A Int32 value that specifies the maximum number of days.
|
You can access this nested property as listed below:
| Object Type | Path to MaxDayCount |
|---|---|
| ASPxDateEdit |
.DateRangeSettings .MaxDayCount
| | DateEditProperties |
.DateRangeSettings .MaxDayCount
|
The ASPxDateEdit control provides the capability to select a date range. You can use the DateEditRangeSettings.MinDayCount and MaxDayCount properties to limit the number of days in a range.
Note
The editor’s date range settings should specified for the end-date ASPxDateEdit control. The properties specified for the start-date editor are not in effect.
See Also