---
title: indentationWidth
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uicollectionviewlistcell/indentationwidth
---

# indentationWidth

The width of an indentation level.

## Declaration

```swift
var indentationWidth: CGFloat { get set }
```

## Discussion

Discussion The overall indentation is the product of indentationWidth and indentationLevel.

## See Also

### Customizing layout

- [indentationLevel](uikit/uicollectionviewlistcell/indentationlevel.md)
- [indentsAccessories](uikit/uicollectionviewlistcell/indentsaccessories.md)
- [separatorLayoutGuide](uikit/uicollectionviewlistcell/separatorlayoutguide.md)
