---
title: isFindBarVisible
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstextfinderbarcontainer/isfindbarvisible
---

# isFindBarVisible

Returns whether the container should display its find bar.

## Declaration

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

## Discussion

Discussion When this property is true and the findBarView property is set, then the find bar is displayed by the container. Otherwise, the find bar is not displayed. The default value should be false.

## See Also

### Find Bar View

- [findBarView](appkit/nstextfinderbarcontainer/findbarview.md)
- [contentView()](appkit/nstextfinderbarcontainer/contentview().md)
