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.3572.0 (4.8.3572.0)
Syntax
C#
public virtual string? SubItemText(
	int i
)

Parameters

i  Int32
The zero-based subitem index.

Return Value

String
The subitem text, or if no text is available.
See Also