DataCollection | ComponentOne
C1.Mac.DataCollection Assembly / C1.Mac.DataCollection Namespace / C1TableViewSource Class / TableView Property

In This Topic
    TableView Property (C1TableViewSource)
    In This Topic
    Gets the table view used to display the items.
    Syntax
    'Declaration
     
    Public ReadOnly Property TableView As AppKit.NSTableView
    public AppKit.NSTableView TableView {get;}
    See Also