DateEditRangeSettings.MaxLength Property
Specifies the maximum length of the date range.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.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 MaxLength |
|---|---|
| ASPxDateEdit |
|
| DateEditProperties |
|
Remarks
Use the DateEditRangeSettings.MinLength property to specify the minimum length of the date range.
See Also