Skip to main content

HtmlEditorButtonStyles Class

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

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public class HtmlEditorButtonStyles :
    ButtonControlStyles

The following members return HtmlEditorButtonStyles objects:

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

Remarks

An object of the HtmlEditorButtonStyles type can be accessed via the ASPxHtmlEditor.StylesButton property.

Implements

See Also