---
title: isCandidateListVisible
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nscandidatelisttouchbaritem/iscandidatelistvisible
---

# isCandidateListVisible

A Boolean value that represents the visibility of this item’s candidate list.

## Declaration

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

## Discussion

Discussion If true, then the candidate list is currently visible, false otherwise. When isCollapsed is false, and the item is not obscured by UI then this property is true. This property is KVO compliant, and you should supply a candidate list when its value is true.

## See Also

### Managing candidate list visibility

- [update(withInsertionPointVisibility:)](appkit/nscandidatelisttouchbaritem/update(withinsertionpointvisibility:).md)
