Skip to main content

ToolbarsStyles Class

Contains settings that allow the appearance of specific elements within the ASPxHtmlEditor‘s toolbars to be defined.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

#Declaration

public class ToolbarsStyles :
    StylesBase

The following members return ToolbarsStyles objects:

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

#Remarks

An object of the ToolbarsStyles type can be accessed via the ASPxHtmlEditor.StylesToolbars property.

#Implements

See Also