DataGridItemsHost Class
See Also  Members  
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace : DataGridItemsHost Class

Base class whose derived classes are used in DataGridControl templates as a replacement for the ItemsPresenter and that will contain the data items as well as the items contained in non-fixed header and footer sections and whose containers are created from the associated CustomItemContainerGenerator.

Object Model


Syntax

Visual Basic (Declaration) 
Public MustInherit Class DataGridItemsHost 
   Inherits FrameworkElement
   Implements ISupportInitializeIFrameworkInputElementIInputElementIHaveResourcesIAnimatableDUCE.IResource 

Remarks

Derived classes should be used rather than providing a panel through the DataGridControl.ItemsPanel property.

Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  Xceed.Wpf.DataGrid.DataGridItemsHost
                     Xceed.Wpf.DataGrid.Views.CardflowItemsHost
                     Xceed.Wpf.DataGrid.Views.CardViewItemsHost
                     Xceed.Wpf.DataGrid.Views.TableViewItemsHost

Requirements

Supported Operating Systems: Windows Server 2003 Service Pack 1; Windows Vista; Windows XP Service Pack 2

See Also