tableView
The Nstableview instance that this table header view belongs to.
Declaration
weak var tableView: NSTableView? { get set }Discussion
You should never need to set this property; it’s assigned automatically when you set the header view for an NSTableView.
See Also
Related Documentation
- Table View Programming Guide for Mac
headerView