Back to Devexpress

FormFieldTextType Enum

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-ed04ccbe.md

latest1.7 KB
Original Source

FormFieldTextType Enum

Lists types of help text associated with the form field.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public enum FormFieldTextType
vb
Public Enum FormFieldTextType

Members

NameDescription
Auto

One of the AutoText gallery’s entries.

| | Custom |

Custom help text.

|

The following properties accept/return FormFieldTextType values:

Remarks

The FormFieldTextType enumeration values are used by the FormField.StatusTextType and FormField.HelpTextType properties.

See Also

DevExpress.XtraRichEdit.API.Native Namespace