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