---
title: isTabBarVisible
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nswindowtabgroup/istabbarvisible
---

# isTabBarVisible

A Boolean value indicating whether the tabbed window group currently displays a tab bar.

## Declaration

```swift
var isTabBarVisible: Bool { get }
```

## Discussion

Discussion Typically, a tabbed window displays a tab bar if there is more than one window in the tabbing group. The tab bar can also be manually toggled using the toggleTabBar(_:) method.

## See Also

### Configuring the Tab User Interface

- [isOverviewVisible](appkit/nswindowtabgroup/isoverviewvisible.md)
