Field RepresentationGetter | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Defines a delegate for returning custom representations of cell values. If not set thenToString() is used. Return values from your delegate may be truncated e.g. based onMaxWidth

public Func<object, string> RepresentationGetter

Returns

Func<object, string>

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

Edit this page