Back to Devexpress

ColorOnError Enum

aspnet-devexpress-dot-web-c625c7bd.md

latest1.2 KB
Original Source

ColorOnError Enum

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum ColorOnError
vb
Public Enum ColorOnError

Members

NameDescription
Undo

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

| | Null |

An invalid color value is replaced with a null value.

|

The following properties accept/return ColorOnError values:

Remarks

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

See Also

DevExpress.Web Namespace