---
title: isDisplayingRepresentativeItem
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uibarbuttonitemgroup/isdisplayingrepresentativeitem
---

# isDisplayingRepresentativeItem

A Boolean value indicating whether the representative item is showing in place of the group’s items.

## Declaration

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

## Discussion

Discussion The value of this property is true when the representative item is being displayed in the shortcuts bar. The value is false when the individual bar button items are being displayed in the shortcuts bar.

## See Also

### Determining the group’s appearance

- [isHidden](uikit/uibarbuttonitemgroup/ishidden.md)
