Back to Devexpress

ASPxRichEdit.ShowStatusBar Property

aspnet-devexpress-dot-web-dot-aspxrichedit-dot-aspxrichedit-f44bccd1.md

latest1.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web.Office

Declaration

csharp
[DefaultValue(true)]
public bool ShowStatusBar { get; set; }
vb
<DefaultValue(True)>
Public Property ShowStatusBar As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

See Also

ASPxRichEdit Class

ASPxRichEdit Members

DevExpress.Web.ASPxRichEdit Namespace