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

# rowActionsVisible

A Boolean value indicating whether a table row’s actions are visible.

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

## Discussion

This property contains a Boolean value indicating whether a table row’s actions are visible or not—the user has swiped the row to reveal the row actions. Set the value of this property to <doc://com.apple.documentation/documentation/Swift/false> to hide any visible row actions. Setting the value of this property to <doc://com.apple.documentation/documentation/Swift/true> is not supported, and will result in an exception.

---

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)