Infragistics3.Wpf.DataPresenter.v7.2
Cell Class
See Also  Members  
Infragistics.Windows.DataPresenter Namespace : Cell Class

Class used by the to represent the value of a specific Field of a specific DataRecord/>

Object Model




Syntax

Visual Basic (Declaration) 
Public Class Cell 
   Inherits PropertyChangeNotifier
   Implements ISelectableItem 
C# 
public class Cell : PropertyChangeNotifier, ISelectableItem  

Remarks

Note: Note: Cells are not UIElements but rather lightweight objects that wrap the values from the data source for an associated Infragistics.Windows.DataPresenter.Field for a specific DataRecord. They are represented in the UI by corresponding Infragistics.Windows.DataPresenter.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.

See Also