Click or drag to resize
Accord.NET (logo)

DataGridBoxShow Method (DataTable)

Displays a Data Grid View with the specified data.

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
public static DataGridBox Show(
	DataTable table
)
Request Example View Source

Parameters

table
Type: System.DataDataTable
The source table to display.

Return Value

Type: DataGridBox
The Data Grid Box being shown.
See Also