ReadOnlyFormFieldProperties.StatusTextType Property
In This Article
Gets the type of the instructional text shown in the status bar when focusing the checkbox.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
FormFieldTextType StatusTextType { get; }
#Property Value
Type | Description |
---|---|
Form |
One of the Form |
Available values:
Name | Description |
---|---|
Auto | One of the Auto |
Custom | Custom help text. |
See Also