Skip to main content

FormFieldTextType Enum

Lists types of help text associated with the form field.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public enum FormFieldTextType

Members

Name Description
Auto

One of the AutoText gallery’s entries.

Custom

Custom help text.

Related API Members

Remarks

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

See Also