Skip to main content

HtmlEditorEditorStyles Class

Contains settings that allow the appearance of different editor elements used within the ASPxHtmlEditor to be defined.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

#Declaration

public class HtmlEditorEditorStyles :
    EditorStyles

The following members return HtmlEditorEditorStyles objects:

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

#Remarks

An object of the HtmlEditorEditorStyles type can be accessed via the ASPxHtmlEditor.StylesEditors property.

#Implements

See Also