Gets the settings that define the appearance of the ASPxHtmlEditor's status bar .
Namespace:DevExpress.Web.ASPxHtmlEditor
Assembly:DevExpress.Web.ASPxHtmlEditor.v17.2.dll

Syntax
C# |
public HtmlEditorStatusBarStyle StatusBar { get; }
|
VB |
Public ReadOnly Property StatusBar As HtmlEditorStatusBarStyle
|
Property value
Type:
HtmlEditorStatusBarStyle
A HtmlEditorStatusBarStyle object that contains style settings.

See Also