---
title: canReorderItemHandler
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uicollectionviewdiffabledatasourcereorderinghandlers/canreorderitemhandler
---

# canReorderItemHandler

The handler that determines whether you can reorder a particular item.

## Declaration

```occ
@property (nonatomic, copy, nullable) BOOL (^canReorderItemHandler)(ItemType );
```

## See Also

### Reordering items

- [willReorderHandler](uikit/uicollectionviewdiffabledatasourcereorderinghandlers/willreorderhandler.md)
- [didReorderHandler](uikit/uicollectionviewdiffabledatasourcereorderinghandlers/didreorderhandler.md)
