Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / DataGridContext Class / GetChildContext(Object,String) Method
The item whose child DataGridContext is to be retrieved. Cannot be a null reference (Nothing in Visual Basic).
A string representing the relation name of the DetailConfiguration that is the source of the child context.


In This Topic
    GetChildContext(Object,String) Method
    In This Topic
    Retrieves the child DataGridContext created from the detail configuration that has the specified relation name.
    Syntax
    'Declaration
     
    Public Function GetChildContext( _
       ByVal parentItem As Object, _
       ByVal relationName As String _
    ) As DataGridContext
    'Usage
     
    Dim instance As DataGridContext
    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
    The item whose child DataGridContext is to be retrieved. Cannot be a null reference (Nothing in Visual Basic).
    relationName
    A string representing the relation name of the DetailConfiguration that is the source of the child context.

    Return Value

    The child DataGridContext of the specified parentItem.
    Exceptions
    ExceptionDescription
     
    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