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

HtmlEditorStatusBarTabStyle Class

Defines style settings for tabs displayed within the status bar.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.1.dll

Declaration

public class HtmlEditorStatusBarTabStyle :
    TabStyle

Remarks

The HtmlEditorStatusBarTabStyle class contains settings that define the appearance of tabs within the ASPxHtmlEditor control’s status bar.

An object of the HtmlEditorStatusBarTabStyle type can be accessed via the HtmlEditorStatusBarStyles.Tab and HtmlEditorStatusBarStyles.ActiveTab properties.

See Also