DateOnError Enum
In This Article
Specifies how a date editor responds to an invalid value.
Namespace: DevExpress.AspNetCore
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
#Members
Name | Description |
---|---|
Undo | An invalid date is replaced with the previously validated date. |
Null | An invalid date is replaced with the null value. |
Today | An invalid date is replaced with the current date. |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also