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

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

Visual Basic (Declaration) 
Protected ReadOnly Property CustomItemContainerGenerator As ICustomItemContainerGenerator
C# 
protected ICustomItemContainerGenerator CustomItemContainerGenerator {get;}

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also