Skip to main content
Tab

DateOnError Enum

Specifies how a date editor responds to an invalid value.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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