Table of Contents

Method SetSourceAsync

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

SetSourceAsync(IList)

Sets the source to an IList value asynchronously.

public Task SetSourceAsync(IList source)

Parameters

source IList

Returns

Task

An item implementing the IList interface.

Remarks

Use the Source property to set a new IListDataSource source and use custom rendering.