A newer version of this page is available.
Switch to the current version.
DateEditRangeSettings.MinLength Property
Specifies the minimum length of the date range.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
[DefaultValue(-1)]
public int MinLength { get; set; }
<DefaultValue(-1)>
Public Property MinLength As Integer
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:
Library | Object Type | Path to MinLength |
---|---|---|
ASP.NET Controls and MVC Extensions | ASPxDateEdit |
|
DateEditProperties |
|
|
MVCxColumnDateEditProperties |
|
|
MVCxDateEdit |
|
|
MVCxDateEditProperties |
|
|
MVCxDateEditProperties |
|
|
RibbonDateEditProperties |
|
|
ASP.NET Bootstrap Controls | BootstrapDateEdit |
|
BootstrapDateEditProperties |
|
Remarks
Use the DateEditRangeSettings.MaxLength property to specify the maximum length of the date range.
See Also
Feedback