Skip to main content
All docs
V26.1
  • FormFieldCollection.Remove(FormField, Boolean) Method

    Removes a form field from the collection.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public bool Remove(
        FormField item,
        bool removeRelatedWidgets = true
    )

    Parameters

    Name Type Description
    item FormField

    The form field that should be removed.

    Optional Parameters

    Name Type Default Description
    removeRelatedWidgets Boolean True

    true to remove all widgets related to the form field; otherwise, false.

    Returns

    Type Description
    Boolean

    true if the form field is successfully removed; otherwise, false. This method also returns false if the form field was not found in the collection.

    See Also