Skip to main content
A newer version of this page is available. .

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

Declaration

[DefaultValue(false)]
public bool AllowCustomColorsInColorPickers { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if end users can specify custom colors; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowCustomColorsInColorPickers
ASPxHtmlEditor
.Settings.AllowCustomColorsInColorPickers
HtmlEditorSettings
.Settings.AllowCustomColorsInColorPickers
MVCxHtmlEditor
.Settings.AllowCustomColorsInColorPickers

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.

See Also