| Visual Basic (Declaration) | |
|---|---|
Public Class Cell Inherits PropertyChangeNotifier Implements ISelectableItem | |
| C# | |
|---|---|
public class Cell : PropertyChangeNotifier, ISelectableItem | |
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.


~214.gif)


~214.gif)
