Xceed Toolkit Plus for WPF v4.6 Documentation
CreateChildCollection Method (DataGridItemsHost)


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataGridItemsHost Class : CreateChildCollection Method
Creates an empty list of UIElements that will contain the containers that are generated for data items and items contained in non-fixed header and footer sections.
Syntax
'Declaration
 
Protected Overridable Function CreateChildCollection() As IList(Of UIElement)
'Usage
 
Dim instance As DataGridItemsHost
Dim value As IList(Of UIElement)
 
value = instance.CreateChildCollection()
protected virtual IList<UIElement> CreateChildCollection()

Return Value

An empty IList<UIElement> collection that will contain the containers that are generated for data items and items contained in the non-fixed header and footer sections.
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

Reference

DataGridItemsHost Class
DataGridItemsHost Members