In This Topic
This class is the bridge between
AppKit.NSTableView and
C1.DataCollection.C1DataCollection<T>. Using this class you'll get built-in sort, filter, grouping, refresh and load-on-demand features.
Object Model
Syntax
'Declaration
Public Class C1TableViewSource
Inherits AppKit.NSTableViewSource
Implements Foundation.INSObjectProtocol, ObjCRuntime.INativeObject
public class C1TableViewSource : AppKit.NSTableViewSource, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject
Inheritance Hierarchy
System.Object
Foundation.NSObject
AppKit.NSTableViewSource
C1.Mac.DataCollection.C1TableViewSource
See Also