See Also

DataRecord Members  | Infragistics.Windows.DataPresenter Namespace  | DataPresenterBase Class  | Records Property  | DataSource Property  | RecordManager Class  | DataRecordCollection Class  | DataRecordPresenter Class  | XamDataGrid Class  | XamDataCarousel Class  | XamDataPresenter Class

Language

Visual Basic

C#

Show All

See Also Languages Infragistics3.Windows.DataPresenter.v7.1

DataRecord Class

Infragistics.Windows.DataPresenter Namespace : DataRecord Class (Infragistics.Windows.DataPresenter)

Used by a XamDataGrid, XamDataCarousel or XamDataPresenter to represent an item in the DataSource.

For a list of all members of this type, see DataRecord members.

Object Model










Syntax

[Visual Basic]
Public Class DataRecord    Inherits Record    Implements ISparseArrayItemISparseArrayMultiItemISelectableItem 
[C#]
public class DataRecord : Record, ISparseArrayItemISparseArrayMultiItemISelectableItem 

Remarks

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.

See Also

DataRecord Members  | Infragistics.Windows.DataPresenter Namespace  | DataPresenterBase Class  | Records Property  | DataSource Property  | RecordManager Class  | DataRecordCollection Class  | DataRecordPresenter Class  | XamDataGrid Class  | XamDataCarousel Class  | XamDataPresenter Class

E-mail your feedback on this topic.

Opinion about our help? Take our survey.

Copyright © 2003-2007 Infragistics, Inc. All rights reserved.

Build Version: 7.1.20071.1320