Click or drag to resize

SelectableListNodeList(Enum) Constructor

Initialize the list with all possible values of an enumeration. The item given in the argument is marked as selected item. Note: the enumeration must not have the [Flags] attribute!

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public SelectableListNodeList(
	Enum selectedItem
)

Parameters

selectedItem  Enum
Item of an enumeration that is currently selected.
See Also