RowSelectionControllerGetAdditionalColumns Method |
Gets the additional columns used by the current row selection
Namespace: Altaxo.Gui.Data.SelectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public IEnumerable<Tuple<string, IReadableColumn, string, Action<IReadableColumn, DataTable, int>>> GetAdditionalColumns()
Return Value
IEnumerableTupleString,
IReadableColumn,
String,
ActionIReadableColumn,
DataTable,
Int32
Each tuple in this enumeration consist of
(i) the label under which the column is announced in the view (first item),
(ii) the column itself,
(iii) the name of the column (only if it is a data column; otherwise empty)
(iiii) an action to set the column if a value has been assigned to, or if the column has changed.
See Also