ASPxDateEdit.MinDate Property
In This Article
Gets or sets the minimum date allowed to be entered into the editor by an end-user.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Date |
String. |
A Date |
#Remarks
This property is a wrapper of the DateEditProperties.MinDate property.
Note
The ASPxMin
and Max
See Also