---
title: ToolbarCustomizationBehavior
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/toolbarcustomizationbehavior
---

# ToolbarCustomizationBehavior

The customization behavior of customizable toolbar content.

## Declaration

```swift
struct ToolbarCustomizationBehavior
```

## Overview

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(_:) modifier.

## Topics

### Getting customization behaviors

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

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Populating a customizable toolbar

- [toolbar(id:content:)](swiftui/view/toolbar(id:content:).md)
- [toolbarItemHidden(_:)](swiftui/view/toolbaritemhidden(_:).md)
- [CustomizableToolbarContent](swiftui/customizabletoolbarcontent.md)
- [ToolbarCustomizationOptions](swiftui/toolbarcustomizationoptions.md)
- [SearchToolbarBehavior](swiftui/searchtoolbarbehavior.md)
