Click or drag to resize

StyleListManagerBaseTList, TItem, TListManagerEntryGetParentList Method

Gets the parent list of the item

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public abstract TList GetParentList(
	TItem item
)

Parameters

item  TItem
The item.

Return Value

TList
The parent list of the item.

Implements

IStyleListManagerTList, TGetParentList(T)
See Also