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

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; }

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:

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

Remarks

Use the DateEditRangeSettings.MaxLength property to specify the maximum length of the date range.

See Also