Skip to main content

FormField.FieldType Property

Gets the form field type.

Namespace: DevExpress.XtraRichEdit.API.Native

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

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

Declaration

FormFieldType FieldType { get; }

Property Value

Type Description
FormFieldType

One of the FormFieldType enumeration values indicating the type of the form field.

Available values:

Name Description
CheckBox

The form field is a CheckBox object.

See Also