Table of Contents

Method SetSource

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

SetSource(ObservableCollection<T>?)

Sets the source collection and updates the display.

public void SetSource(ObservableCollection<T>? source)

Parameters

source ObservableCollection<T>

The ObservableCollection<T> to display, or null to clear the list.