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

RichEditSettings.StylesStatusBar Property

Provides access to the style settings that define the appearance of the RichEdit’s status bar.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public RichEditStatusBarStyles StylesStatusBar { get; }

Property Value

Type Description
DevExpress.Web.ASPxRichEdit.RichEditStatusBarStyles

A DevExpress.Web.ASPxRichEdit.RichEditStatusBarStyles object that contains style settings.

See Also