Click or drag to resize

IOleDbDataQueryViewSetTabItemsSource Method

Sets the available query-mode tab items.

Namespace: Altaxo.Gui.DataConnection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void SetTabItemsSource(
	SelectableListNodeList tabItems
)

Parameters

tabItems  SelectableListNodeList
The selectable tab items.
See Also