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

    Removes a form field at the specified index from the collection.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public void RemoveAt(
        int index,
        bool removeRelatedWidgets = true
    )

    Parameters

    Name Type Description
    index Int32

    The zero-based index of the form field to remove.

    Optional Parameters

    Name Type Default Description
    removeRelatedWidgets Boolean True

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

    See Also