Xceed DataGrid for WPF v7.2 Documentation
ParentItem Property (QueryEntityDetailsEventArgs)


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > QueryEntityDetailsEventArgs Class : ParentItem Property
Gets the parent item for which details are to be retrieved.
Syntax
'Declaration
 
Public ReadOnly Property ParentItem As EntityObject
'Usage
 
Dim instance As QueryEntityDetailsEventArgs
Dim value As EntityObject
 
instance.ParentItem = value
 
value = instance.ParentItem
public EntityObject ParentItem {get;}

Property Value

A reference to the EntityObject, which represents the parent item for which details are to be retrieved.
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

QueryEntityDetailsEventArgs Class
QueryEntityDetailsEventArgs Members