---
title: reorder
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/tablecolumncustomizationbehavior/reorder
---

# reorder

A behavior that allows the column to be reordered by the user.

## Declaration

```swift
static let reorder: TableColumnCustomizationBehavior
```

## See Also

### Getting the customization behavior

- [all](swiftui/tablecolumncustomizationbehavior/all.md)
- [resize](swiftui/tablecolumncustomizationbehavior/resize.md)
- [visibility](swiftui/tablecolumncustomizationbehavior/visibility.md)
