Click or drag to resize

IColumnDataExternallyControlledGetDataColumnsExternallyControlled Method

Gets the data columns that the controller's document is referring to.

Namespace: Altaxo.Gui.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IEnumerable<(string ColumnLabel, IReadableColumn Column, string ColumnName, Action<IReadableColumn, DataTable, int> ColumnSetAction)> GetDataColumnsExternallyControlled()

Return Value

IEnumerableValueTupleString, IReadableColumn, String, ActionIReadableColumn, DataTable, Int32
Enumeration of tuples. Item1 is a label to be shown in the column data dialog to let the user identify the column. Item2 is the column itself, Item3 is the column name (last part of the full path to the column), and Item4 is an action which sets the column (and by the way the supposed data table the column belongs to.
See Also