Beispiel #1
0
        public GridControl()
        {
            RowCount    = 0;
            ColumnCount = 0;

            GrowBehavior = GridGrowBehavior.AddRows;
        }
Beispiel #2
0
        public GridControl()
        {
            RowCount = 0;
            ColumnCount = 0;

            GrowBehavior = GridGrowBehavior.AddRows;
        }