DateRangeAttribute.MinDayCount Property
In This Article
Gets or sets the minimum 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 minimum number of days. |
#Remarks
The DateEdit provides the capability to select a date range. You can use the DateRangeAttribute.MaxDayCount and MinDayCount properties to limit the number of days in a range.
Note
The Date
See Also