Skip to main content

ReadOnlyFormFieldProperties.HelpTextType Property

Gets the type of the instructional text shown when focusing the checkbox and pressing F1.

Namespace: DevExpress.XtraRichEdit.API.Native

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

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

Declaration

FormFieldTextType HelpTextType { get; }

Property Value

Type Description
FormFieldTextType

One of the FormFieldTextType enumeration values indicating the help text type.

Available values:

Name Description
Auto

One of the AutoText gallery’s entries.

Custom

Custom help text.

See Also