---
title: UIContextMenuConfiguration.ElementOrder.fixed
framework: uikit
role: symbol
role_heading: Case
path: uikit/uicontextmenuconfiguration/elementorder/fixed
---

# UIContextMenuConfiguration.ElementOrder.fixed

A constant that displays menu elements in a fixed order.

## Declaration

```swift
case fixed
```

## Discussion

Discussion This ordering strategy displays the menu elements in the order they appear in the children array of the UIMenu.

## See Also

### Constants

- [UIContextMenuConfiguration.ElementOrder.automatic](uikit/uicontextmenuconfiguration/elementorder/automatic.md)
- [UIContextMenuConfiguration.ElementOrder.priority](uikit/uicontextmenuconfiguration/elementorder/priority.md)
