Table of Contents

Field RepresentationGetter

Namespace
Terminal.Gui
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

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