DataGridCustom Constructor

Initializes a new instance of the DataGridCustom class

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
private DataGridCustom(
	int columns,
	int rows,
	Grid grid,
	bool usescrollView
)

Parameters

columns  Int32
 
rows  Int32
 
grid  Grid
 
usescrollView  Boolean
 

See Also