DataCollection
C1TableViewSource クラス
メンバ 

C1.Mac.DataCollection アセンブリ > C1.Mac.DataCollection 名前空間 : C1TableViewSource クラス
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.
オブジェクト モデル
C1TableViewSource クラス
シンタックス
'宣言
 
Public Class C1TableViewSource 
   Inherits AppKit.NSTableViewSource
   Implements Foundation.INSObjectProtocol, ObjCRuntime.INativeObject 
public class C1TableViewSource : AppKit.NSTableViewSource, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject  
解説
Inherit this class and implement GetItemCell and GetGroupTitle to set the cell appeareance as you wish.
継承階層

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

参照

C1TableViewSource メンバ
C1.Mac.DataCollection 名前空間