---
title: isEmphasized
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstablerowview/isemphasized
---

# isEmphasized

Determines whether the row will draw with the alternate or secondary color (unless overridden).

## Declaration

```swift
var isEmphasized: Bool { get set }
```

## Discussion

Discussion When emphasized is true, the view will draw with the alternateSelectedControlColor defined by NSColor. When false it will use the secondarySelectedControlColor defined by NSColor.

## See Also

### Related Documentation

- [Table View](appkit/table-view.md)
- [Drag and Drop](appkit/drag-and-drop.md)

### Display Style

- [interiorBackgroundStyle](appkit/nstablerowview/interiorbackgroundstyle.md)
- [isFloating](appkit/nstablerowview/isfloating.md)
