Skip to main content
All docs
V25.1
  • Row

    FormControlCollection.GetFormControlById(Int32) Method

    Obtains a form control by its ID from the collection.

    Namespace: DevExpress.Spreadsheet

    Assembly: DevExpress.Spreadsheet.v25.1.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