Infragistics3.Wpf.DataPresenter.v8.1
Record Class
See Also  Members  
Infragistics.Windows.DataPresenter Namespace : Record Class

Abstract base class used by a XamDataGrid, XamDataCarousel or XamDataPresenter to represent a record

Object Model







Syntax

Visual Basic (Declaration) 
Public MustInherit Class Record 
   Inherits PropertyChangeNotifier
   Implements ISparseArrayItemISparseArrayMultiItemISelectableItem 

Remarks

Note: It is represented in the UI via a corresponding DataRecordPresenter, GroupByRecordPresenter or ExpandableFieldRecordPresenter 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