---
title: isEnabled
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nssharingservicepickertouchbaritem/isenabled
---

# isEnabled

A Boolean value that specifies whether the sharing service picker item is enabled.

## Declaration

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

## Discussion

Discussion If true, the sharing button is enabled. If the sharing popover is currently visible when this property is changed to false, the popover is dismissed.
