---
title: navigationLink
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/pickerstyle/navigationlink
---

# navigationLink

A picker style represented by a navigation link that presents the options by pushing a List-style picker view.

## Declaration

```swift
static var navigationLink: NavigationLinkPickerStyle { get }
```

## Discussion

Discussion In navigation stacks, prefer the default menu style. Consider the navigation link style when you have a large number of options or your design is better expressed by pushing onto a stack. To apply this style to a picker, or to a view that contains pickers, use the pickerStyle(_:) modifier.

## See Also

### Getting built-in picker styles

- [automatic](swiftui/pickerstyle/automatic.md)
- [inline](swiftui/pickerstyle/inline.md)
- [menu](swiftui/pickerstyle/menu.md)
- [palette](swiftui/pickerstyle/palette.md)
- [radioGroup](swiftui/pickerstyle/radiogroup.md)
- [segmented](swiftui/pickerstyle/segmented.md)
- [tabs](swiftui/pickerstyle/tabs.md)
- [wheel](swiftui/pickerstyle/wheel.md)
