---
title: reorderable
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/toolbarcustomizationbehavior/reorderable
---

# reorderable

The reorderable customization behavior.

## Declaration

```swift
static var reorderable: ToolbarCustomizationBehavior { get }
```

## Discussion

Discussion Items with this behavior start in the toolbar and can be moved within the toolbar by the user, but can not be removed from the toolbar.

## See Also

### Getting customization behaviors

- [default](swiftui/toolbarcustomizationbehavior/default.md)
- [disabled](swiftui/toolbarcustomizationbehavior/disabled.md)
