Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

FormFieldTextType Enum

Lists types of help text associated with the form field.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public enum FormFieldTextType

Members

Name Description
Auto

One of the AutoText gallery’s entries.

Custom

Custom help text.

Remarks

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

See Also