---
title: rowActionsVisible
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstableview/rowactionsvisible
---

# rowActionsVisible

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

## Declaration

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

## Discussion

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 false to hide any visible row actions. Setting the value of this property to true is not supported, and will result in an exception.
