SqlEditor DataGridViewControl Property CleanCode C# Libraries v1.2.03 API
Gets the ExtendedDataGridView control that presents the results of query executions.

Namespace: CleanCode.SqlEditorControls
Assembly: CleanCode.SqlEditorControls (in CleanCode.SqlEditorControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public ExtendedDataGridView DataGridViewControl { get; }

Field Value

The ExtendedDataGridView control.
See Also