Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / DataGridControl Class / GetChildContext Method


In This Topic
    GetChildContext Method (DataGridControl)
    In This Topic
    Retrieves the child DataGridContext of an item.
    Syntax
    'Declaration
     
    Public Function GetChildContext( _
       ByVal parentItem As Object, _
       ByVal relationName As String _
    ) As DataGridContext
    'Usage
     
    Dim instance As DataGridControl
    Dim parentItem As Object
    Dim relationName As String
    Dim value As DataGridContext
     
    value = instance.GetChildContext(parentItem, relationName)
    public DataGridContext GetChildContext( 
       object parentItem,
       string relationName
    )

    Parameters

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