DataCollection | ComponentOne
C1.Mac.DataCollection Assembly / C1.Mac.DataCollection Namespace / C1TableViewSource Class / GetGroupView Method

In This Topic
    GetGroupView Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Function GetGroupView( _
       ByVal tableView As AppKit.NSTableView, _
       ByVal group As IDataCollectionGroup(Of Object,Object) _
    ) As AppKit.NSView
    protected virtual AppKit.NSView GetGroupView( 
       AppKit.NSTableView tableView,
       IDataCollectionGroup<object,object> group
    )

    Parameters

    tableView
    group
    See Also