<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: 14.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/TableColumnCustomizationBehavior",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI32TableColumnCustomizationBehaviorV"
  },
  "title" : "TableColumnCustomizationBehavior"
}
-->

# TableColumnCustomizationBehavior

A set of customization behaviors of a column that a table can offer to
a user.

```
struct TableColumnCustomizationBehavior
```

## Overview

This is used as a value provided to
[`disabledCustomizationBehavior(_:)`](/documentation/SwiftUI/TableColumnContent/disabledCustomizationBehavior(_:)).

Setting any of these values as the `disabledCustomizationBehavior(_:)`
doesn’t have any effect on iOS.

## Topics

### Getting the customization behavior

[`static var all: TableColumnCustomizationBehavior`](/documentation/SwiftUI/TableColumnCustomizationBehavior/all)

All customization behaviors.

[`static let reorder: TableColumnCustomizationBehavior`](/documentation/SwiftUI/TableColumnCustomizationBehavior/reorder)

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

[`static let resize: TableColumnCustomizationBehavior`](/documentation/SwiftUI/TableColumnCustomizationBehavior/resize)

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

[`static let visibility: TableColumnCustomizationBehavior`](/documentation/SwiftUI/TableColumnCustomizationBehavior/visibility)

A behavior that allows the column to be hidden or revealed by the user.

### Creating a behavior

[`init()`](/documentation/SwiftUI/TableColumnCustomizationBehavior/init())

Creates an empty customization behavior, representing no customization

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`ExpressibleByArrayLiteral`](/documentation/Swift/ExpressibleByArrayLiteral)

[`Sendable`](/documentation/Swift/Sendable)

[`SetAlgebra`](/documentation/Swift/SetAlgebra)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)