Objective Grid for Microsoft® .NET® Reference Guide

GridControl.GetParent Method 

Back to Class Index

If this is a child grid, retrieves its parent grid.     

[Visual Basic]
Public Function GetParent() As GridControl
[C#]
public GridControl GetParent();

Return Value

Returns the parent grid of this grid or null if this is not a child grid.     

Remarks

    

Given a child grid, you can get back to its parent by calling this function. If this is not a child grid, this function returns null.     

    

    

    

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace