ReadOnlyFormFieldProperties.StatusTextType Property
Gets the type of the instructional text shown in the status bar when focusing the checkbox.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v25.1.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
Property Value
| Type | Description |
|---|---|
| FormFieldTextType | One of the FormFieldTextType enumeration values indicating the help text type. |
Available values:
| Name | Description |
|---|---|
| Auto | One of the AutoText gallery’s entries. |
| Custom | Custom help text. |
See Also