Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ReadOnlyFormFieldProperties.StatusText Property

Gets the instructional text shown on the status bar when focusing the checkbox.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

string StatusText { get; }

Property Value

Type Description
String

A string that is the target help text.

See Also