Click or drag to resize

StyleListManagerBaseForClassesTList, TItem, TListManagerEntryGetParentList Method

Gets the parent list of an item, or null if no parent list is found.

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

Parameters

item  TItem
The item.

Return Value

TList
The parent list of an item, or null if no parent list is found.

Implements

IStyleListManagerTList, TGetParentList(T)
See Also