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

# isDisabled

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

## Declaration

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

## See Also

### Managing view configuration states

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