Skip to main content

RichEditSettings.ShowStatusBar Property

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public bool ShowStatusBar { get; set; }

Property Value

Type Description
Boolean

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

See Also