---
title: default
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/toolbarcustomizationbehavior/default
---

# default

The default customization behavior.

## Declaration

```swift
static var `default`: ToolbarCustomizationBehavior { get }
```

## Discussion

Discussion Items with this behavior start in the toolbar and can be moved or removed from the toolbar by the user.

## See Also

### Getting customization behaviors

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