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.1.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 AllowCustomColorsInColorPickers |
---|---|---|
ASP.NET Web Forms Controls | ASPxHtmlEditor |
|
ASP.NET MVC Extensions | HtmlEditorSettings |
|
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