ReadOnlyFormFieldProperties.HelpTextType Property
In This Article
Gets the type of the instructional text shown when focusing the checkbox and pressing F1.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
FormFieldTextType HelpTextType { 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