---
title: selectionHighlightStyle
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstablerowview/selectionhighlightstyle
---

# selectionHighlightStyle

Specifies the selection highlight style.

## Declaration

```swift
var selectionHighlightStyle: NSTableView.SelectionHighlightStyle { get set }
```

## Discussion

Discussion The possible values are specified in NSTableView.SelectionHighlightStyle in NSTableView.

## See Also

### Row Selection

- [isSelected](appkit/nstablerowview/isselected.md)
