Skip to main content
All docs
V23.2
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.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

CellRange LinkedCell { get; set; }

Property Value

Type Description
CellRange

The linked cell.

See Also