Skip to main content
All docs
V25.1
  • Row

    LinkedCellFormControl.LinkedCell Property

    Specifies a cell linked to the form control. This cell has the value specified by the form control.

    Namespace: DevExpress.Spreadsheet

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

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    CellRange LinkedCell { get; set; }

    Property Value

    Type Description
    CellRange

    The linked cell.

    See Also