---
title: indentsAccessories
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uicollectionviewlistcell/indentsaccessories
---

# indentsAccessories

A Boolean value that detemines whether the cell indents accessories on the leading side.

## Declaration

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

## Discussion

Discussion If the value is false, the cell indents the content view only. The default value of this property is true.

## See Also

### Customizing layout

- [indentationLevel](uikit/uicollectionviewlistcell/indentationlevel.md)
- [indentationWidth](uikit/uicollectionviewlistcell/indentationwidth.md)
- [separatorLayoutGuide](uikit/uicollectionviewlistcell/separatorlayoutguide.md)
