Back to Devexpress

HtmlEditorStatusBarStyle Class

aspnet-devexpress-dot-web-dot-aspxhtmleditor-73d40f67.md

latest2.4 KB
Original Source

HtmlEditorStatusBarStyle Class

Defines style settings for the status bar.

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class HtmlEditorStatusBarStyle :
    HtmlEditorAreaStyleBase
vb
Public Class HtmlEditorStatusBarStyle
    Inherits 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.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase HtmlEditorAreaStyleBase HtmlEditorStatusBarStyle

See Also

HtmlEditorStatusBarStyle Members

HTML Editor

DevExpress.Web.ASPxHtmlEditor Namespace