Version

UnboundCell Class

Class used by the to represent the value of a specific UnboundField of a specific DataRecord/>
Syntax
'Declaration
 
Public Class UnboundCell 
   Inherits Cell
   Implements Infragistics.Windows.Selection.ISelectableItem 
Remarks

Note: Note: UnboundCells are not UIElements but rather lightweight objects that hold the values for an associated UnboundField for a specific DataRecord. They are represented in the UI by corresponding CellValuePresenter elements.

Refer to the Fields topic in the Developer's Guide for an explanation of fields.

Refer to the Theory of Operation topic in the Developer's Guide for an overall explanation of how everything works together.

Refer to the Cells, CellValuePresenters and Cell Virtualization topic in the Developer's Guide for an explanation of cells.

Refer to the Assigning a FieldLayout topic in the Developer's Guide for an example of adding an UnboundField to a FieldLayout.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also