ItemsControllerTItemGetIndexOf Method |
Gets the index of the specified item.
Namespace: Altaxo.Gui.CommonAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected int GetIndexOf(
SelectableListNode item
)
Parameters
- item SelectableListNode
- The item whose index should be returned.
Return Value
Int32The zero-based index of the item, or
-1 if it was not found.
See Also