Constructor TableView
TableView(ITableSource)
Initializes a TableView class.
public TableView(ITableSource table)
Parameters
table
ITableSourceThe table to display in the control
TableView()
public TableView()
Initializes a TableView class.
public TableView(ITableSource table)
table
ITableSourceThe table to display in the control
public TableView()