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

ASPxColorEdit.ColorOnError Property

Gets or sets a value that specifies the action to be performed after entering an invalid color value to the editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(ColorOnError.Undo)]
public ColorOnError ColorOnError { get; set; }

Property Value

Type Default Description
ColorOnError **Undo**

One of the ColorOnError enumeration values.

Available values:

Name Description
Undo

An invalid color value is replaced with the previously defined value.

Null

An invalid color value is replaced with a null value.

Remarks

This property is a wrapper of the ColorEditProperties.ColorOnError property.

See Also