Click or drag to resize
Accord.NET (logo)

DataGridBoxDataGridView Property

Gets the DataGridView control contained in this box. As it runs on a different thread, any operations needs to be invoked on the control's thread.

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
public DataGridView DataGridView { get; }
Request Example View Source

Property Value

Type: DataGridView
See Also