---
title: headerView
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstableview/headerview
---

# headerView

The view object used to draw headers over columns.

## Declaration

```swift
var headerView: NSTableHeaderView? { get set }
```

## Discussion

Discussion To configure a table without a header view or to remove the table view’s current header view, set the value of this property to nil. For more information about header views, see NSTableHeaderView.

## See Also

### Setting Auxiliary Views

- [cornerView](appkit/nstableview/cornerview.md)
