Skip to main content
Tab

ASPxDateEdit.MinDate Property

Gets or sets the minimum date allowed to be entered into the editor by an end-user.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(typeof(DateTime), "")]
public DateTime MinDate { get; set; }

Property Value

Type Default Description
DateTime String.Empty

A DateTime object that specifies the editor’s minimum allowed date.

Remarks

This property is a wrapper of the DateEditProperties.MinDate property.

Note

The ASPxDateEdit control allows a user to navigate through dates that are not included into the date range specified by the MinDate and MaxDate properties.

See Also