FormField.FieldType Property
Gets the form field type.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
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