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

NuGet Package: DevExpress.Web

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:

Library Object Type Path to AllowCustomColorsInColorPickers
ASP.NET Controls and MVC Extensions ASPxHtmlEditor
.Settings .AllowCustomColorsInColorPickers
ASP.NET MVC Extensions 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