Constructor CheckBoxTableSourceWrapperByIndex
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
TableViewThe TableView this source will be used with. This is required for event registration.
toWrap
ITableSourceThe original data source of the TableView that you want to add checkboxes to.