Table of Contents

Property RepresentationGetter

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

RepresentationGetter

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 { get; set; }

Property Value

Func<object, string>