Xceed DataGrid for WPF v7.2 Documentation
GetDetailsForParentItem Method (PropertyDetailDescription)


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > PropertyDetailDescription Class : GetDetailsForParentItem Method


Syntax
'Declaration
 
Protected Friend Overrides Function GetDetailsForParentItem( _
   ByVal parentCollectionView As DataGridCollectionViewBase, _
   ByVal parentItem As Object _
) As IEnumerable
'Usage
 
Dim instance As PropertyDetailDescription
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

Reference

PropertyDetailDescription Class
PropertyDetailDescription Members
Base Implementation in GetDetailsForParentItem