Back to Devexpress

ColorEditProperties.ColorOnError Property

aspnet-devexpress-dot-web-dot-coloreditproperties-c2933d6c.md

latest2.1 KB
Original Source

ColorEditProperties.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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(ColorOnError.Undo)]
public ColorOnError ColorOnError { get; set; }
vb
<DefaultValue(ColorOnError.Undo)>
Public Property ColorOnError As ColorOnError

Property Value

TypeDefaultDescription
ColorOnErrorUndo

One of the ColorOnError enumeration values.

|

Available values:

NameDescription
Undo

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

| | Null |

An invalid color value is replaced with a null value.

|

Remarks

Use the ColorOnError property to specify whether the entered invalid color value should be undone or replaced with null. To specify the editor’s color use the ASPxColorEdit.Color property or the ASPxClientColorEdit.SetColor method.

Note

The ColorOnError property synchronizes its value with the editor’s ASPxColorEdit.ColorOnError property.

See Also

ColorOnError

Color

SetColor(value)

Color Editor

ColorEditProperties Class

ColorEditProperties Members

DevExpress.Web Namespace