| | Class | Description |
 | CardViewFieldLayoutTemplateGenerator |
Initializes a field layout's settings for a gridview presentation
|
 | CarouselBreadcrumb |
Represents an individual item in the stack of items maintained by the CarouselBreadcrumbControl control.
|
 | CarouselBreadcrumbCollection |
A read only collection of Infragistics.Windows.DataPresenter.CarouselBreadcrumbs contained in a CarouselBreadcrumbControl.
|
 | CarouselBreadcrumbControl |
A control used by the XamDataCarousel and XamDataPresenter to display a collection of Infragistics.Windows.DataPresenter.CarouselBreadcrumb objects that represent the trail of parent DataRecords during hierarchy navigation.
|
 | CarouselItem | Infragistics.Windows.Controls.CarouselListBoxItem derived class used by the XamDataCarousel (and XamDataPresenter's CarouselView) to serve as a container (wrapper) for each item in the list.
|
 | CarouselView | ViewBase derived class that defines settings and defaults for a view that arranges data along a user defined path.
|
 | CarouselViewPanel |
A Infragistics.Windows.Controls.XamCarouselPanel derived class for use in the XamDataCarousel and XamDataPresenter's CarouselView.
This derived panel adds support for XamDataPresenter navigation commands, hierarchical data display and the Infragistics.Windows.DataPresenter.CarouselBreadcrumb control.
|
 | Cell |
Class used by the to represent the value of a specific Field of a specific DataRecord/>
|
 | CellCollection |
A collection of Cells exposed off a DataRecord
|
 | CellPlaceholder |
For internal use only
|
 | CellPresenter |
A control used to display a cell Cell.Value and/or Field.Label. This control is automatically generated by the Infragistics.Windows.DataPresenter.DataPresenterBase to display the value and/or label for a particular Field in a particular DataRecord.
|
 | CellPresenterLayoutElement |
An element used in the visual tree of the CellPresenter control to arrange a CellValuePresenter element and/or a LabelPresenter element based on the LabelLocation in effect for the cell.
|
 | CellValuePresenter |
An element used to display the value of a Cell.
|
 | CellValuePresenter.CVPContentTemplateSelector | |
 | DataItemPresenter |
Abstract base class for CellPresenter and LabelPresenter
|
 | DataPresenterBase |
Base class for the XamDataGrid, XamDataCarousel and XamDataPresenter controls.
|
 | DataPresenterBase.DataItemsCollection |
Class used to hold data items for a Infragistics.Windows.DataPresenter.DataPresenterBase |
 | DataPresenterBase.DataSourceRootListChangeListener | |
 | DataPresenterBase.SelectedItemHolder |
Object used to hold a DataPresenterBase's selected Records, Fields and Cells
|
 | DataPresenterCommands |
Provides the list of RoutedCommands supported by the DataPresenterBase.
|
 | DataRecord |
Used by a XamDataGrid, XamDataCarousel or XamDataPresenter to represent an item in the DataSource.
|
 | DataRecordCellArea |
A control that sits within a DataRecordPresenter control and contains the record's cells. It is used primarily for styling the area around the cells.
|
 | DataRecordCollection |
A collection of Records used by the Infragistics.Windows.DataPresenter.DataPresenterBase control
|
 | DataRecordPresenter |
An element that represents a DataRecord in the UI of a XamDataGrid, XamDataCarousel or XamDataPresenter.
|
 | ExpandableFieldRecord |
Used by a XamDataGrid, XamDataCarousel or XamDataPresenter to represent the child records of a DataRecord from an expandable field.
|
 | ExpandableFieldRecordCollection |
A collection of Records used by the DataPresenterBase control
|
 | ExpandableFieldRecordPresenter |
An element that represents an ExpandableFieldRecord in the UI of a XamDataGrid, XamDataCarousel or XamDataPresenter.
|
 | ExpandedCellPresenter |
An element used to display the value of an ExpandableFieldRecord (that does not contain a list of items) when it is expanded.
|
 | Field |
Used in a FieldLayout's FieldLayout.Fields collection to define the layout of a single field
|
 | FieldCollection |
A collection of Field objects
|
 | FieldLayout |
Used in a Infragistics.Windows.DataPresenter.DataPresenterBase to define the layout of Infragistics.Windows.DataPresenter.Fields for one or more items.
|
 | FieldLayoutCollection |
A collection of FieldLayout objects
|
 | FieldLayoutSettings |
Used in a Infragistics.Windows.DataPresenter.DataPresenterBase derived control to specify settings to apply to one or more FieldLayouts.
|
 | FieldLayoutTemplateGenerator |
Base class for initializing a field layout's settings
|
 | FieldSettings |
Used by a Infragistics.Windows.DataPresenter.DataPresenterBase to specify settings for Infragistics.Windows.DataPresenter.Fields.
|
 | FieldSortDescription |
Specifies how a field is sorted and optionally grouped
|
 | FieldSortDescriptionCollection |
A collection of FieldSortDescription objects
|
 | GridView | ViewBase derived class that defines settings and defaults for a view that arranges data using a classic grid layout. The GridView object is used by XamDataGrid and XamDataPresenter |
 | GridViewFieldLayoutTemplateGenerator |
Initializes a field layout's settings for a gridview presentation
|
 | GridViewPanel |
A VirtualizingPanel derived class used by the Infragistics.Windows.DataPresenter.DataPresenterBase derived controls such as XamDataGrid and XamDataPresenter to arrange Infragistics.Windows.DataPresenter.RecordPresenter instances in a tabular fashion, either horizontally or vertically. The GridViewPanel supports unlimited nesting to display hierarchical data and a single unified scrolling capability for all nested panels.
|
 | GridViewPanelAdorner |
The Adorner created by the GridViewPanel and used to hold various elements such as Infragistics.Windows.DataPresenter.RecordPresenters for displaying Headers.
|
 | GridViewSettings |
An object that exposes properties for controlling the features supported by the GridView. The GridView object is used by XamDataGrid and XamDataPresenter |
 | GroupByArea |
A control used by the XamDataPresenter, XamDataGrid and XamDataCarousel for managing and displaying a list of fields that
are available for grouping and a list of fields that are already grouped. It also provides support for managing the contents of the lists as fields are dragged and
dropped between the lists.
|
 | GroupByAreaFieldLabel |
Used to represent a Field in the group by area.
|
 | GroupByAreaFieldLabelCollection |
A read-only collection of Infragistics.Windows.DataPresenter.GroupByAreaFieldLabels
|
 | GroupByAreaFieldListBox |
A System.Windows.Controls.ListBox that contains the collection of GroupByArea.AvailableFieldLabels or GroupByArea.GroupedFieldLabels for the
Infragistics.Windows.DataPresenter.GroupByArea of a Infragistics.Windows.DataPresenter.DataPresenterBase derived control such as XamDataGrid, XamDataCarousel or XamDataPresenter.
|
 | GroupByEvaluatorFactory.ValueEvaluator | |
 | GroupByRecord |
Used by a XamDataGrid, XamDataCarousel or XamDataPresenter to represent a grouping of records.
|
 | GroupByRecordCollection |
A collection of GroupByRecords used by the Infragistics.Windows.DataPresenter.DataPresenterBase control
|
 | GroupByRecordPresenter |
An element that represents a GroupByRecord in the UI of a XamDataGrid, XamDataCarousel or XamDataPresenter.
|
 | HeaderedGridViewFieldLayoutTemplateGenerator |
Initializes a field layout's settings for a gridview presentation that has a separate header
|
 | HeaderLabelArea |
A control that contains one or more Infragistics.Windows.DataPresenter.LabelPresenter instances (i.e. column headers) in the Infragistics.Windows.DataPresenter.DataPresenterBase derived controls that display a separate header area such as in XamDataGrid. It is used primarily for styling the area around the LabelPresenters.
|
 | HeaderPrefixArea |
A control that is placed in the header area and sized to match the dimensions of the RecordSelectors so that the LabelPresenters in the HeaderLabelArea line up with the cells in each record.
|
 | HeaderPresenter |
A control that contains all the elements that make up the header area in the Infragistics.Windows.DataPresenter.DataPresenterBase controls that display a separate header area such as in XamDataGrid. The HeaderPresenter contains the HeaderPrefixArea and HeaderLabelArea controls. It is used primarily for styling the outermost portion of the header area.
|
 | LabelPresenter |
An element used to display the Label of a Field.
|
 | LabelPresenter.LPContentTemplateSelector | |
 | Record |
Abstract base class used by a XamDataGrid, XamDataCarousel or XamDataPresenter to represent a record
|
 | RecordCollection |
A collection of Records used by the DataPresenterBase control
|
 | RecordCollectionBase |
An abstract base collection of Records used by the DataPresenterBase control
|
 | RecordListControl |
This is an ItemsControl that is created internally by a Infragistics.Windows.DataPresenter.DataPresenterBase to hold a list of sibling Infragistics.Windows.DataPresenter.Records
|
 | RecordManager |
Used by Infragistics.Windows.DataPresenter.DataPresenterBase to manage the root record collection and by ExpandableFieldRecord to manage its child records.
|
 | RecordPresenter |
Base class used to represent a Record in a XamDataGrid, XamDataCarousel or XamDataPresenter.
|
 | RecordScrollTip |
ToolTip class used to display information about the top record when DataPresenterBase.ScrollingMode is set to DeferredWithScrollTips.
|
 | RecordScrollTipInfo |
Represents the hierarchy of information
|
 | RecordSelector |
A control used inside a DataRecordPresenter to provide a UI for selecting a record.
|
 | Resources |
Exposes a Infragistics.Shared.ResourceCustomizer instance for this assembly.
|
 | SelectedCellCollection |
Collection of selected Infragistics.Windows.DataPresenter.Cells
|
 | SelectedFieldCollection |
Collection of selected Infragistics.Windows.DataPresenter.Fields
|
 | SelectedItemCollectionBase |
Abstract base class for the SelectedRecordCollection, SelectedFieldCollection and SelectedCellCollections.
|
 | SelectedRecordCollection |
Collection of selected Infragistics.Windows.DataPresenter.Records
|
 | TextAlignmentToHorizontalAlignmentConverter |
Value converter for converting a TextAlignment to a HorizontalAlignment that is used by the LabelPresenter to correctly align the label text and SortIndicator based on the Field's LabelTextAlignment setting.
|
 | UnboundCell |
Class used by the to represent the value of a specific UnboundField of a specific DataRecord/>
|
 | UnboundField |
Added to a FieldLayout's Fields collection to specify additional fields that are not in the underlying DataSource.
|
 | ViewableRecordCollection |
A read only collection of sibling records whose visibility is not set to 'Collapsed'.
|
 | ViewBase |
Abstract base class for all Infragistics.Windows.DataPresenter.DataPresenterBase views that defines settings and defaults for the view .
|
 | VirtualizingDataRecordCellPanel |
A control that sits within a DataRecordCellArea and virtualizes the creation of the contained cells.
|
 | XamDataCarousel |
A Infragistics.Windows.DataPresenter.DataPresenterBase derived control that uses a CarouselView and an associated CarouselViewPanel to arrange DataRecords along a user defined path.
|
 | XamDataGrid |
A Infragistics.Windows.DataPresenter.DataPresenterBase derived control that uses a GridView and an associated GridViewPanel to arrange DataRecords in a classic grid layout.
|
 | XamDataPresenter |
A Infragistics.Windows.DataPresenter.DataPresenterBase derived control that can display data using different 'views', depending on the setting of its View property.
|