Skip to main content

DateOnError Enum

Specifies how a date editor responds to an invalid value.

Namespace: DevExpress.AspNetCore

Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.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.

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also