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.CommandsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static void ShowDataSourceEditor(
WorksheetController ctrl
)
Parameters
- ctrl WorksheetController
- The controller that controls the data table.
See Also