FormFieldCollection.Remove(FormField, Boolean) Method
Removes a form field from the collection.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | FormField | The form field that should be removed. |
Optional Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| removeRelatedWidgets | Boolean | True |
|
Returns
| Type | Description |
|---|---|
| Boolean |
|
See Also