Skip to main content
A newer version of this page is available. .

HtmlEditorStatusBarStyle Class

Defines style settings for the status bar .

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public class HtmlEditorStatusBarStyle :
    HtmlEditorAreaStyleBase

The following members return HtmlEditorStatusBarStyle objects:

Remarks

The HtmlEditorStatusBarStyle class contains settings that define the appearance of the status bar within the ASPxHtmlEditor control.

An object of the HtmlEditorStatusBarStyle type can be accessed via the HtmlEditorStatusBarStyles.StatusBar property.

See Also