Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / GroupByRow.GroupByCell Class / RelatedGrid Property


In This Topic
    RelatedGrid Property
    In This Topic
    Get an instance of the DetailGrid represented by the GroupByCell.
    Syntax
    'Declaration
     
    Public ReadOnly Property RelatedGrid As DetailGrid
    'Usage
     
    Dim instance As GroupByRow.GroupByCell
    Dim value As DetailGrid
     
    value = instance.RelatedGrid
    public DetailGrid RelatedGrid {get;}

    Property Value

    A reference to a DetailGrid representing the detail grid represented by the GroupByCell.
    Requirements

    Target Platforms: 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