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

ColorEditProperties Class

Contains settings specific to a color editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class ColorEditProperties :
    DropDownEditPropertiesBase

Remarks

The ColorEditProperties class contains settings specific to the ASPxColorEdit editor type.

In addition to the common editor settings inherited from its ancestors, the ColorEditProperties class implements type specific properties that, in particular, allow you to customize the appearance of the color indicator (ASPxColorEdit.ColorIndicatorStyle), color table (ASPxColorEdit.ColorTableStyle) and its cell (ASPxColorEdit.ColorTableCellStyle), and specify the editor’s value after entering an invalid color (ASPxColorEdit.ColorOnError).

See Also