A newer version of this page is available.
Switch to the current version.
ASPxDateEdit.DateOnError Property
Gets or sets a value that specifies how the date editor responds to an invalid date being entered by an end user.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
[DefaultValue(DateOnError.Undo)]
public DateOnError DateOnError { get; set; }
<DefaultValue(DateOnError.Undo)>
Public Property DateOnError As DateOnError
Property Value
Type | Default | Description |
---|---|---|
DateOnError | Undo |
A DateOnError value specifying how to respond to an invalid date value being entered. |
Remarks
This property is a wrapper of the DateEditProperties.DateOnError property.
See Also
Feedback