FormField.FieldType Property
In This Article
Gets the form field type.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
FormFieldType FieldType { get; }
#Property Value
Type | Description |
---|---|
Form |
One of the Form |
Available values:
Name | Description |
---|---|
Check |
The form field is a Check |
See Also