StyleListControllerTManager, TList, TItemToDisplayName(TItem) Method |
Converts a style item to the display text shown in the UI.
Namespace: Altaxo.Gui.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected virtual string ToDisplayName(
TItem item
)
Parameters
- item TItem
- The style item.
Return Value
StringThe display text.
See Also