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

# disabled

The disabled customization behavior.

## Declaration

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

## Discussion

Discussion Items with this behavior may not be removed or moved by the user. They will be placed before other customizatable items. Use this behavior for the most important items that users need for the app to do common functionality.

## See Also

### Getting customization behaviors

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