<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/ToolbarCustomizationBehavior",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI28ToolbarCustomizationBehaviorV"
  },
  "title" : "ToolbarCustomizationBehavior"
}
-->

# ToolbarCustomizationBehavior

The customization behavior of customizable toolbar content.

```
struct ToolbarCustomizationBehavior
```

## Overview

Customizable toolbar content support different types of customization
behaviors. For example, some customizable content may not be removed by
the user. Some content may be placed in a toolbar that supports
customization overall, but not for that particular content.

Use this type in conjunction with the
[`customizationBehavior(_:)`](/documentation/SwiftUI/CustomizableToolbarContent/customizationBehavior(_:)) modifier.

## Topics

### Getting customization behaviors

[`static var `default`: ToolbarCustomizationBehavior`](/documentation/SwiftUI/ToolbarCustomizationBehavior/default)

The default customization behavior.

[`static var disabled: ToolbarCustomizationBehavior`](/documentation/SwiftUI/ToolbarCustomizationBehavior/disabled)

The disabled customization behavior.

[`static var reorderable: ToolbarCustomizationBehavior`](/documentation/SwiftUI/ToolbarCustomizationBehavior/reorderable)

The reorderable customization behavior.

## Relationships

### Conforms To

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

[`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)