ASPxHtmlEditorSettings.AllowCustomColorsInColorPickers Property
Gets or sets a value specifying whether custom colors are available in the editor’s color pickers.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Allow |
---|---|---|
ASP. |
Html |
|
ASP. |
ASPx |
|
#Remarks
Use the AllowCustomColorsInColorPickers property to specify whether end-users can select custom colors in the editor’s color pickers. To control the custom color availability for a particular color button, use the HERibbonColorCommandBase.EnableCustomColors (for ribbon) or ToolbarColorButtonBase.EnableCustomColors (for menu toolbar) property.