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

ASPxRichEdit.ShowStatusBar Property

Gets or sets a value that specifies whether the ASPxRichEdit’s status bar is displayed.

Namespace: DevExpress.Web.ASPxRichEdit

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

NuGet Package: DevExpress.Web.Office

Declaration

[DefaultValue(true)]
public bool ShowStatusBar { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if the status bar is displayed; otherwise, false.

See Also