DateRangeAttribute.MaxDayCount Property
In This Article
Gets or sets the maximum number of days in a range.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
#Property Value
Type | Description |
---|---|
Int32 | A Int32 value that specifies the maximum number of days. |
#Remarks
The DateEdit provides the capability to select a date range. You can use the DateRangeAttribute.MinDayCount and MaxDayCount properties to limit the number of days in a range.
Note
The Date
See Also