Click or drag to resize

SelectableListNodeListHelper Class

Extension methods for SelectableListNodeList.
Inheritance Hierarchy
SystemObject
  Altaxo.CollectionsSelectableListNodeListHelper

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static class SelectableListNodeListHelper

The SelectableListNodeListHelper type exposes the following members.

Methods
 NameDescription
Public Extension MethodFillWithEnumeration Fills a SelectableListNodeList with enumeration values. (For flag enumerations, please use FillWithFlagEnumeration(SelectableListNodeList, Enum)).
Public Extension MethodFillWithFlagEnumeration Fills the list with possible values from a flag enumeration.
Public Extension MethodGetFlagEnumValueAsInt32 Gets the selected flag enum value from a SelectableListNodeList. The SelectableListNodeList instance should have been initialized with FillWithFlagEnumeration(SelectableListNodeList, Enum) (the tags of the items must be integers, representing the flag values).
Top
See Also