Version

Cell Class

Class used by the to represent the value of a specific Field of a specific DataRecord.
Syntax
'Declaration
 
Public Class Cell 
   Inherits Infragistics.PropertyChangeNotifier
   Implements Infragistics.Windows.Selection.ISelectableItem 
public class Cell : Infragistics.PropertyChangeNotifier, Infragistics.Windows.Selection.ISelectableItem  
Remarks

Note: Note: Cells are not UIElements but rather lightweight objects that wrap the values from the data source for an associated Field 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.

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