Skip to main content
All docs
V23.2
Row

FormControlCollection.GetFormControlsByName(String) Method

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

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.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