Skip to main content
Tab

ColorOnError Enum

Specifies the action to perform after entering an invalid color value to the editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum ColorOnError

Members

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.

Related API Members

The following properties accept/return ColorOnError values:

Remarks

The values listed by this enumaration are used to set the ASPxColorEdit.ColorOnError property.

See Also