ASPxColorEdit.EnableCustomColors Property
Gets or sets whether the custom colors are available for the color editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Remarks
Use the EnableCustomColors property to control custom color availability. When the EnableCustomColors property is set to false
, the custom color section is not displayed in the color table.
This property is a wrapper of the ColorEditProperties.EnableCustomColors property.
See Also