Click or drag to resize

StyleListManagerBaseTList, TItem, TListManagerEntry_allLists Field

Dictionary of all existing lists. Key is the list name. Value is a tuple, whose boolean entry designates whether this is a buildin or user list (false) or a project list (true).

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected Dictionary<string, TListManagerEntry> _allLists

Field Value

DictionaryString, TListManagerEntry
See Also