Skip to main content
All docs
V26.1
  • FormFieldCollection.FindByName(String, out GroupField) Method

    Searches for a form field with the specified name and returns the first occurrence within the entire collection of form fields.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public FormField FindByName(
        string name,
        out GroupField parentGroup
    )

    Parameters

    Name Type Description
    name String

    The name of the form field to search for.

    parentGroup GroupField

    When this method returns, contains the parent group of the found form field, if any.

    Returns

    Type Description
    FormField

    The first form field with the specified name, or null if no match is found.

    See Also