Constructor CheckBoxTableSourceWrapperBase | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

CheckBoxTableSourceWrapperBase(TableView, ITableSource)

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

public CheckBoxTableSourceWrapperBase(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.

Edit this page