Skip to main content
Tab

DateEditRangeSettings.MaxLength Property

Specifies the maximum length of the date range.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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:

Object Type Path to MaxLength
ASPxDateEdit
.DateRangeSettings .MaxLength
DateEditProperties
.DateRangeSettings .MaxLength

Remarks

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

See Also