[]
This class is the bridge between AppKit.NSTableView and C1DataCollection<T>. Using this class you'll get built-in sort, filter, grouping, refresh and load-on-demand features.
public class C1TableViewSource : NSTableViewSource
Inherit this class and implement GetItemCell and GetGroupTitle to set the cell appeareance as you wish.
Name | Description |
---|---|
C1TableViewSource(NSTableView) | Initializes a new instance of the C1TableViewSource class. |
Name | Description |
---|---|
AutoGenerateColumns | Gets or sets a value indicating whether the columns are generated from the properties of the source. |
Converter | Gets or sets the converter that is used to display the values of the cells. |
DataCollection | Gets the collection which provides the data items. |
ItemsSource | Gets or sets the collection view which provides the data items. |
TableView | Gets the table view used to display the items. |