[]
        
(Showing Draft Content)

C1.Mac.DataCollection.NSTableViewEx.SetItemsSource

SetItemsSource Method

SetItemsSource(NSTableView, IEnumerable, bool)

Sets the items source of a AppKit.NSTableView and additionally indicates whether to generate the columns from the source.

Declaration
public static void SetItemsSource(this NSTableView tableView, IEnumerable itemsSource, bool autoGenerateColumns = true)
Parameters
Type Name Description
NSTableView tableView

The table view.

IEnumerable itemsSource

The items source.

bool autoGenerateColumns

if set to true automatically generate the columns from the source properties.