FormControlCollection.GetFormControlById(Int32) Method
Obtains a form control by its ID from the collection.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| id | Int32 | The form control ID. |
Returns
| Type | Description |
|---|---|
| FormControl | The form control with the specified ID. |
See Also