Table of Contents

Constructor CheckBoxTableSourceWrapperByIndex

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

CheckBoxTableSourceWrapperByIndex(TableView, ITableSource)

Creates a new instance of the class presenting the data in toWrap plus an additional checkbox column.

public CheckBoxTableSourceWrapperByIndex(TableView tableView, ITableSource toWrap)

Parameters

tableView TableView

The TableView this source will be used with. This is required for event registration.

toWrap ITableSource

The original data source of the TableView that you want to add checkboxes to.