---
title: style
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstableviewrowaction/style-swift.property
---

# style

The style applied to the action button.

## Declaration

```swift
var style: NSTableViewRowAction.Style { get }
```

## Discussion

Discussion The value of this property is set at creation time and cannot be changed later.

## See Also

### Configuring the Action’s Appearance

- [title](appkit/nstableviewrowaction/title.md)
- [backgroundColor](appkit/nstableviewrowaction/backgroundcolor.md)
