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