Click or drag to resize

ColumnPlotDataControllerBaseTModelIsTableColumnsListVisible Property

Gets a value indicating whether the list view or tree view is visible.

Namespace: Altaxo.Gui.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool IsTableColumnsListVisible { get; }

Property Value

Boolean
true if the list view is visible; otherwise, the tree view is visible.
See Also