Click or drag to resize

DataSourceCommandsShowDataSourceEditor Method

Shows the data source editor dialog. After sucessful execution of the dialog, the modified data source is stored back in the DataTable, and the data source is requeried.

Namespace: Altaxo.Worksheet.Commands
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void ShowDataSourceEditor(
	WorksheetController ctrl
)

Parameters

ctrl  WorksheetController
The controller that controls the data table.
See Also