Skip to main content

DateRangeAttribute.MinLength Property

Specifies the minimum length of the date range.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public int MinLength { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the minimum date range’s length.

Remarks

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

See Also