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