DataGridViewX, DevComponents.
Namespace: DevComponents.DotNetBar.Controls
Assembly: DevComponents.DotNetBar2.dll
Using: DevComponents.DotNetBar.Controls;
Declaring: DevComponents.DotNetBar.Controls.DataGridViewX();
Creating the DataGridViewX control.
DevComponents.DotNetBar.Controls.DataGridViewX grid = new DevComponents.DotNetBar.Controls.DataGridViewX();
grid.Size = new Size(200, 200);
grid.Location = new Point(100, 100);
this.Controls.Add(grid);
Screenshots - DataGridViewX, DevComponents.
|