Click or drag to resize

IStyleListManagerTList, TGetParentList Method

Gets the parent list of the item

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
TList GetParentList(
	T item
)

Parameters

item  T
The item.

Return Value

TList
The parent list of the item.
See Also