| Visual Basic (Declaration) | |
|---|---|
Public Class DataRecord Inherits Record Implements ISparseArrayItem, ISparseArrayMultiItem, ISelectableItem | |
| C# | |
|---|---|
public class DataRecord : Record, ISparseArrayItem, ISparseArrayMultiItem, ISelectableItem | |
This object wraps an item from a DataPresenterBase.DataSource. The underlying data item is exposed via the read-only DataRecord.DataItem property and its associated index in the DataSource is returned via the DataRecord.DataItemIndex property.
Note: This is not a UIElement but is a lightweight wrapper around the data item. It is represented in the UI via a corresponding DataRecordPresenter element.
Refer to the Records topic in the Developer's Guide for a explanation of the various record types.
Refer to the Theory of Operation topic in the Developer's Guide for an overall explanation of how everything works together.


~289.gif)


~289.gif)

~289.gif)

~289.gif)
~289.gif)

~289.gif)
~289.gif)

~289.gif)
