Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / DataGridItemsHost Class / CustomItemContainerGenerator Property


CustomItemContainerGenerator Property (DataGridItemsHost)
Gets the CustomItemContainerGenerator that creates the containers for the data items as well as the items located in the non-fixed header and footer sections of a grid, its groups, and its details.
Syntax
'Declaration
 
Protected ReadOnly Property CustomItemContainerGenerator As ICustomItemContainerGenerator
 
'Usage
 
Dim instance As DataGridItemsHost
Dim value As ICustomItemContainerGenerator
 
value = instance.CustomItemContainerGenerator
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also