Skip to main content
Tab

DateEditRangeSettings.MinLength Property

Specifies the minimum length of the date range.

Namespace: DevExpress.Web

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

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

Remarks

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

See Also