---
title: TabCustomizationBehavior
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/tabcustomizationbehavior
---

# TabCustomizationBehavior

The customization behavior of customizable tab view content.

## Declaration

```swift
struct TabCustomizationBehavior
```

## Overview

Overview Use this type in conjunction with the customizationBehavior(_:for:) modifier.

## Topics

### Type Properties

- [automatic](swiftui/tabcustomizationbehavior/automatic.md)
- [disabled](swiftui/tabcustomizationbehavior/disabled.md)
- [reorderable](swiftui/tabcustomizationbehavior/reorderable.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)

## See Also

### Enabling tab customization

- [tabViewCustomization(_:)](swiftui/view/tabviewcustomization(_:).md)
- [TabViewCustomization](swiftui/tabviewcustomization.md)
