IQueryDesignerViewSetDataGridDataSource Method |
Sets the data source of the field grid.
Namespace: Altaxo.Gui.DataConnectionAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid 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