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.v19.2.dll
Declaration
[DefaultValue(true)]
public bool ShowStatusBar { get; set; }
<DefaultValue(True)>
Public Property ShowStatusBar As Boolean
Property Value
Type |
Default |
Description |
Boolean |
true
|
true, if the status bar is displayed; otherwise, false.
|
See Also