Skip to main content
All docs
V23.2
Row

FormControlCollection.GetFormControlById(Int32) Method

Obtains a form control by its ID from the collection.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.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
FormControl

The form control with the specified ID.

See Also