Click or drag to resize

IQueryDesignerViewSetDataGridDataSource Method

Sets the data source of the field grid.

Namespace: Altaxo.Gui.DataConnection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void SetDataGridDataSource(
	QueryFieldCollection data,
	bool isGrouped
)

Parameters

data  QueryFieldCollection
The query fields to display.
isGrouped  Boolean
If set to true, the grid is shown in grouped mode.
See Also