Table of Contents

Constructor TableView

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

TableView(ITableSource)

Initializes a TableView class.

public TableView(ITableSource table)

Parameters

table ITableSource

The table to display in the control

TableView()

Initializes a TableView class. Set the Table property to begin editing

public TableView()