<!--
{
  "availability" : [
    "macOS: 10.11.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSTableViewRowAction/Style-swift.enum",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@E@NSTableViewRowActionStyle"
  },
  "title" : "NSTableViewRowAction.Style"
}
-->

# NSTableViewRowAction.Style

Constants that help define the appearance and behavior of action buttons.

```
enum Style
```

## Topics

### Constants

[`NSTableViewRowAction.Style.regular`](/documentation/AppKit/NSTableViewRowAction/Style-swift.enum/regular)

Apply the default style to the button. This style does not apply any special coloring to the button.

[`NSTableViewRowAction.Style.destructive`](/documentation/AppKit/NSTableViewRowAction/Style-swift.enum/destructive)

Apply a style that indicates that the action might change or delete data. This style changes the value of the [`backgroundColor`](/documentation/AppKit/NSTableViewRowAction/backgroundColor) property to an appropriate value to reflect the destructive action. After creating the action object, you can change the background color as needed. Destructive actions require a longer swipe to activate, and trigger an animation when a table row is deleted.



---

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)