Skip to main content

HtmlEditorMenuStyles Class

Contains settings that allow the appearance of specific elements within the editor’s context menu to be defined.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public class HtmlEditorMenuStyles :
    MenuStyles

The following members return HtmlEditorMenuStyles objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxHtmlEditor.StylesContextMenu
ASP.NET MVC Extensions HtmlEditorSettings.StylesContextMenu

Remarks

An object of the HtmlEditorMenuStyles type can be accessed via the ASPxHtmlEditor.StylesContextMenu property.

Implements

See Also