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.
| Visual Basic (Declaration) | |
|---|---|
Public MustInherit Class DataGridItemsHost Inherits FrameworkElement Implements ISupportInitialize, IFrameworkInputElement, IInputElement, IHaveResources, IAnimatable, DUCE.IResource | |
| C# | |
|---|---|
public abstract class DataGridItemsHost : FrameworkElement, ISupportInitialize, IFrameworkInputElement, IInputElement, IHaveResources, IAnimatable, DUCE.IResource | |
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
Supported Operating Systems: Windows Server 2003 Service Pack 1; Windows Vista; Windows XP Service Pack 2


~241.gif)