Skip to main content
A newer version of this page is available. .
Tab

DateEditRangeSettings.MaxLength Property

Specifies the maximum length of the date range.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(0)]
public int MaxLength { get; set; }

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
.DateRangeSettings .MaxLength
DateEditProperties
.DateRangeSettings .MaxLength
RibbonDateEditProperties
.DateRangeSettings .MaxLength
ASP.NET MVC Extensions MVCxColumnDateEditProperties
.DateRangeSettings .MaxLength
MVCxDateEdit
.DateRangeSettings .MaxLength
MVCxDateEditProperties
.DateRangeSettings .MaxLength

Remarks

Use the DateEditRangeSettings.MinLength property to specify the minimum length of the date range.

See Also