DateEditRangeSettings.MaxLength Property
In This Article
Specifies the maximum length of the date range.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 | An integer value that specifies the maximum date range’s length. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Max |
---|---|
ASPx |
|
Date |
|
#Remarks
Use the DateEditRangeSettings.MinLength property to specify the minimum length of the date range.
See Also