Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / ListSourceDetailDescription Class / GetDetailsForParentItem Method


In This Topic
    GetDetailsForParentItem Method (ListSourceDetailDescription)
    In This Topic
    Syntax
    'Declaration
     
    Protected Friend Overrides Function GetDetailsForParentItem( _
       ByVal parentCollectionView As DataGridCollectionViewBase, _
       ByVal parentItem As Object _
    ) As IEnumerable
    'Usage
     
    Dim instance As ListSourceDetailDescription
    Dim parentCollectionView As DataGridCollectionViewBase
    Dim parentItem As Object
    Dim value As IEnumerable
     
    value = instance.GetDetailsForParentItem(parentCollectionView, parentItem)
    protected internal override IEnumerable GetDetailsForParentItem( 
       DataGridCollectionViewBase parentCollectionView,
       object parentItem
    )

    Parameters

    parentCollectionView
    parentItem
    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