FormFieldTextType Enum
Lists types of help text associated with the form field.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Members
Name | Description |
---|---|
Auto
|
One of the AutoText gallery’s entries. |
Custom
|
Custom help text. |
Related API Members
The following properties accept/return FormFieldTextType values:
Remarks
The FormFieldTextType enumeration values are used by the FormField.StatusTextType and FormField.HelpTextType properties.
See Also