Click or drag to resize

IImportDataSourceViewSetCommonImportOptionsControl Method

Sets the control to show common import options (like when to update after change of the source, if the table script should be executed, etc.).

Namespace: Altaxo.Gui.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void SetCommonImportOptionsControl(
	string header,
	Object p
)

Parameters

header  String
The header to show above the control.
p  Object
The Gui control to show.
See Also