Field RepresentationGetter | Terminal.Gui v1 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Defines a delegate for returning custom representations of cell values. If not set then ToString() is used. Return values from your delegate may be truncated e.g. based on MaxWidth
public Func<object, string> RepresentationGetter
Returns
Defines a delegate for returning custom representations of cell values. If not set then is used. Return values from your delegate may be truncated e.g. based on