FormControlCollection.GetFormControlsByName(String) Method
In This Article
Obtains a list of form controls by name from the collection.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
IList<FormControl> GetFormControlsByName(
string formControlName
)
#Parameters
Name | Type | Description |
---|---|---|
form |
String | The form control name. |
#Returns
Type | Description |
---|---|
IList<Form |
A list of form controls with the specified name. |
See Also