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

HEBackColorRibbonCommand Class

A ribbon item that allows the background color to be specified for the text selected within the design view area.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public class HEBackColorRibbonCommand :
    HERibbonColorCommandBase

Remarks

The ASPxHtmlEditor allows end-users to change the back color of the editor’s selected text by using the Back Color button (HEBackColorRibbonCommand). Clicking the Back Color button opens a drop down window with predefined colors.

ASPxHtmlEditor-Concepts-WorkWithContent-BackColorDialog

You can fill the drop down window with custom colors using the RibbonColorButtonItemBase.Items property.

If the button HERibbonColorCommandBase.EnableCustomColors property is set to true, end-users can select a custom color using the color picker.

FontColor

See Also