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

# interiorBackgroundStyle

Specifies how the subviews should draw.

```
var interiorBackgroundStyle: NSView.BackgroundStyle { get }
```

## Discussion

This value is dynamically computed based on the set of properties set for the `NSTableRowView`.

Subclassers can override this value when they draw differently based on the currently displayed properties.

This property can also be set to determine the color a subview should use. See [`NSView.BackgroundStyle`](/documentation/AppKit/NSView/BackgroundStyle) for supported values.

---

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)