SourceGrid.Grid.GridRow.GridRow C# (CSharp) Méthode

GridRow() public méthode

public GridRow ( Grid grid ) : System
grid Grid
Résultat System
            public GridRow(Grid grid)
                : base(grid)
            {
            }
Grid.GridRow