DataSourceControllerBaseTItemShowProcessDataBeforeProcessOptions Property |
Gets a value indicating whether the process data view is shown before (on top of) the process options view.
Namespace: Altaxo.Gui.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic virtual bool ShowProcessDataBeforeProcessOptions { get; }Property Value
Boolean
Remarks
If , the process data view is shown before (on top of) the process options view.
If (default), the process options view is shown above the process data view.
See Also