ColorOnError Enum
Specifies the action to perform after entering an invalid color value to the editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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