ASPxDateEdit.MaxDate Property
In This Article
Gets or sets the maximum 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.MaxDate property.
Note
The ASPxMin
and Max
properties.
See Also