Skip to main content

ReadOnlyFormFieldProperties.StatusText Property

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

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

string StatusText { get; }

Property Value

Type Description
String

A string that is the target help text.

See Also