Property Source | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Source

Gets or sets the IListDataSource backing this ListView, enabling custom rendering.

public IListDataSource Source { get; set; }

Property Value

IListDataSource

The source.

Remarks

Use SetSource(ObservableCollection) to set a new IList source.

Edit this page