ColorEditProperties Class
Contains settings specific to a color editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Related API Members
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).
Inheritance
See Also