Skip to main content

HtmlEditorStyles Class

Contains settings that allow the appearance of the ASPxHtmlEditor‘s different elements to be defined.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public class HtmlEditorStyles :
    StylesBase

The following members return HtmlEditorStyles objects:

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

Remarks

An object of the HtmlEditorStyles type can be accessed via the ASPxHtmlEditor.Styles property.

Implements

Inheritance

See Also