Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / EntityDetailDescription Class / GetDetailsForParentItem Method
The parent DataGridCollectionView.
The parent data item whose details are to be retrieved.


In This Topic
    GetDetailsForParentItem Method (EntityDetailDescription)
    In This Topic
    Retrieves the details for the specified parent data item.
    Syntax
    'Declaration
     
    Protected Friend Overrides Function GetDetailsForParentItem( _
       ByVal parentCollectionView As DataGridCollectionViewBase, _
       ByVal parentItem As Object _
    ) As IEnumerable
    'Usage
     
    Dim instance As EntityDetailDescription
    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
    The parent DataGridCollectionView.
    parentItem
    The parent data item whose details are to be retrieved.

    Return Value

    An IEnumerable representing the details of the specified data item.
    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