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.v18.2.dll

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:

Object Type Path to MaxLength
ASPxDateEdit
.DateRangeSettings.MaxLength
DateEditProperties
.DateRangeSettings.MaxLength
MVCxColumnDateEditProperties
.DateRangeSettings.MaxLength
MVCxDateEdit
.DateRangeSettings.MaxLength
MVCxDateEditProperties
.DateRangeSettings.MaxLength
RibbonDateEditProperties
.DateRangeSettings.MaxLength

Remarks

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

See Also