Skip to main content
All docs
V25.1
  • Row

    FormControlCollection.GetFormControlsByName(String) Method

    Obtains a list of form controls by name from the collection.

    Namespace: DevExpress.Spreadsheet

    Assembly: DevExpress.Spreadsheet.v25.1.Core.dll

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    IList<FormControl> GetFormControlsByName(
        string formControlName
    )

    Parameters

    Name Type Description
    formControlName String

    The form control name.

    Returns

    Type Description
    IList<FormControl>

    A list of form controls with the specified name.

    See Also