Skip to main content
A newer version of this page is available. .
Tab

DateOnError Enum

Specifies how a date editor responds to an invalid value.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum DateOnError

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.

Related API Members

The following properties accept/return DateOnError values:

Remarks

The DateOnError type enumerates the possible values for the ASPxDateEdit.DateOnError (DateEditProperties.DateOnError) property.

See Also