<!--
{
  "availability" : [
    "macOS: 10.7.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSTableRowView/isEmphasized",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSTableRowView(py)emphasized"
  },
  "title" : "isEmphasized"
}
-->

# isEmphasized

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

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

## Discussion

When emphasized is <doc://com.apple.documentation/documentation/Swift/true>, the view will draw with the [`alternateSelectedControlColor`](/documentation/AppKit/NSColor/alternateSelectedControlColor) defined by [`NSColor`](/documentation/AppKit/NSColor). When <doc://com.apple.documentation/documentation/Swift/false> it will use the [`secondarySelectedControlColor`](/documentation/AppKit/NSColor/secondarySelectedControlColor) defined by [`NSColor`](/documentation/AppKit/NSColor).

## See Also

[Table View](/documentation/AppKit/table-view)

Display custom data in rows and columns.

[Drag and Drop](/documentation/AppKit/drag-and-drop)

Support the direct manipulation of your app’s content using drag and drop.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)