---
title: isHighlighted
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uicellconfigurationstate-swift.struct/ishighlighted
---

# isHighlighted

A Boolean value that indicates whether the cell is in a highlighted state.

## Declaration

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

## See Also

### Managing view configuration states

- [isSelected](uikit/uicellconfigurationstate-swift.struct/isselected.md)
- [isFocused](uikit/uicellconfigurationstate-swift.struct/isfocused.md)
- [isDisabled](uikit/uicellconfigurationstate-swift.struct/isdisabled.md)
- [isPinned](uikit/uicellconfigurationstate-swift.struct/ispinned.md)
