Displays child relations, if any exist, for all rows or a specific row.
[Visual Basic] Public Sub Expand( _ ByVal row As Integer _ ) [C#] public void Expand( int row ); [C++] public: void Expand( int row ); [JScript] public function Expand( row : int );
[Visual Basic]
Private Sub ExpandRow(ByVal myGrid As DataGrid, row As Integer) myGrid.Expand row End Sub
DataGrid Class | DataGrid Members | System.WinForms Namespace | Expand