<!--
{
  "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

[`NSTableViewRowActionStyleRegular`](/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.

[`NSTableViewRowActionStyleDestructive`](/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.

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Sendable`](/documentation/Swift/Sendable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Hashable`](/documentation/Swift/Hashable)

---

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)