Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

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.v19.1.Core.dll

Declaration

FormFieldTextType HelpTextType { get; }

Property Value

Type Description
FormFieldTextType

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

See Also