Click or drag to resize
Accord.NET (logo)

DataGridBoxShow Method (Object, String)

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(
	Object source,
	string title = null
)
Request Example View Source

Parameters

source
Type: SystemObject
The source object to display.
title (Optional)
Type: SystemString
The title for the data window.

Return Value

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