Click or drag to resize

ExchangeTablesOfPlotItemsControllerTableList Property

List of the tables that are referenced by the plots, the plot items etc. First column is 'old table' and should be bound to the 'Text' property. Second column is the new table name and should be bound to 'Text1' property. Third column is the status and should be bound to 'Text2' property.

Namespace: Altaxo.Gui.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public MultipleSelectableListNodeList TableList { get; set; }

Property Value

MultipleSelectableListNodeList
See Also