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.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic virtual string? SubItemText(
int i
)
Parameters
- i Int32
- The zero-based subitem index.
Return Value
StringThe subitem text, or
if no text is available.
See Also