Back to Devexpress

FormControlCollection.GetFormControlsByName(String) Method

officefileapi-devexpress-dot-spreadsheet-dot-formcontrolcollection-dot-getformcontrolsbyname-x28-system-dot-string-x29.md

latest1.5 KB
Original Source

FormControlCollection.GetFormControlsByName(String) Method

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

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
IList<FormControl> GetFormControlsByName(
    string formControlName
)
vb
Function GetFormControlsByName(
    formControlName As String
) As IList(Of FormControl)

Parameters

NameTypeDescription
formControlNameString

The form control name.

|

Returns

TypeDescription
IList<FormControl>

A list of form controls with the specified name.

|

See Also

FormControlCollection Interface

FormControlCollection Members

DevExpress.Spreadsheet Namespace