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

NuGet Package: DevExpress.Web

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:

Library Object Type Path to MinLength
ASP.NET Controls and MVC Extensions ASPxDateEdit
.DateRangeSettings .MinLength
DateEditProperties
.DateRangeSettings .MinLength
RibbonDateEditProperties
.DateRangeSettings .MinLength
ASP.NET MVC Extensions MVCxColumnDateEditProperties
.DateRangeSettings .MinLength
MVCxDateEdit
.DateRangeSettings .MinLength
MVCxDateEditProperties
.DateRangeSettings .MinLength

Remarks

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

See Also