Click or drag to resize

ListNodeSubItemText Method

Get the sub item text at index i. Implementer should be aware of, that when changing a subitem text, the corresponding property (e.g. Text0) is changed. Thus, OnPropertyChanged(String) must be called for all properties that have changed.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual string? SubItemText(
	int i
)

Parameters

i  Int32
The i.

Return Value

String

[Missing <returns> documentation for "M:Altaxo.Collections.ListNode.SubItemText(System.Int32)"]

See Also