FormControlCollection.GetFormControlsByName(String) Method
Obtains a list of form controls by name from the collection.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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