DataCollection | ComponentOne
C1.Mac.DataCollection Assembly / C1.Mac.DataCollection Namespace / C1TableViewSource Class
Members

In This Topic
    C1TableViewSource Class
    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
    C1TableViewSource Class
    Syntax
    'Declaration
     
    Public Class C1TableViewSource 
       Inherits AppKit.NSTableViewSource
       Implements Foundation.INSObjectProtocol, ObjCRuntime.INativeObject 
    public class C1TableViewSource : AppKit.NSTableViewSource, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject  
    Remarks
    Inherit this class and implement GetItemCell and GetGroupTitle to set the cell appeareance as you wish.
    Inheritance Hierarchy

    System.Object
       Foundation.NSObject
          AppKit.NSTableViewSource
             C1.Mac.DataCollection.C1TableViewSource

    See Also