SourceGrid.Grid.GridRow.GridRow C# (CSharp) Method

GridRow() public method

public GridRow ( Grid grid ) : System
grid Grid
return System
            public GridRow(Grid grid)
                : base(grid)
            {
            }
Grid.GridRow