Click or drag to resize

ItemsControllerTItemGetIndexOf Method

Gets the index of the specified item.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected int GetIndexOf(
	SelectableListNode item
)

Parameters

item  SelectableListNode
The item whose index should be returned.

Return Value

Int32
The zero-based index of the item, or -1 if it was not found.
See Also