<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSBindingOption/alwaysPresentsApplicationModalAlerts",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@NSAlwaysPresentsApplicationModalAlertsBindingOption"
  },
  "title" : "alwaysPresentsApplicationModalAlerts"
}
-->

# alwaysPresentsApplicationModalAlerts

A number containing a Boolean value that determines if validation and error alert panels displayed as a result of this binding are displayed as application modal alerts.

```
static let alwaysPresentsApplicationModalAlerts: NSBindingOption
```

## Discussion

If <doc://com.apple.documentation/documentation/Swift/true>, then the alerts are displayed application model, otherwise they are displayed as sheets.

---

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)