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.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ColorEditProperties :
    DropDownEditPropertiesBase

The following members return ColorEditProperties objects:

Library Related API Members
ASP.NET Web Forms Controls CardViewColorEditColumn.PropertiesColorEdit
GanttColorEditColumn.PropertiesColorEdit
GridViewDataColorEditColumn.PropertiesColorEdit
TreeListColorEditColumn.PropertiesColorEdit
VerticalGridColorEditRow.PropertiesColorEdit
ASP.NET MVC Extensions MVCxColorEdit.Properties

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