ColorEditProperties Class
Contains settings specific to a color editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class ColorEditProperties :
DropDownEditPropertiesBase
#Related API Members
The following members return ColorEditProperties objects:
Library | Related API Members |
---|---|
ASP. |
Card |
Gantt |
|
Grid |
|
Tree |
|
Vertical |
|
ASP. |
MVCx |
#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).