Skip to main content
A newer version of this page is available. .

Navigation

  • 2 minutes to read

Navigation pages and views allow you to implement lateral navigation in your applications. Refer to the Add Navigation Controls to Xamarin.Forms Solution document for information on how to include navigation components in your application.

View Example: DevExpress Navigation for Xamarin.Forms

Tab View and Tab Page

Use the DevExpress TabView and TabPage to organize content into groups and enable navigation between groups. These controls include the following features:

  • Data Binding
    Tabs can be generated from the bound data source based on the specified templates.
  • Appearance Customization
    Each control has settings to configure its visual elements.
  • Theme Support
    You can apply the Light and Dark built-in themes to controls.

 Tab View|

Drawer View and Drawer Page

The DevExpress DrawerView and DrawerPage allow you to add a drawer to your application - a UI pane that shows the application’s main navigation menu. The drawer can be always visible or opened and closed when a user taps a navigation menu icon or swipes a finger from the edge of the screen. These controls include the following features:

  • Appearance Customization
    Each control has settings to configure its visual elements.
  • Drawer Position
    You can anchor the drawer to any side of the screen (left, right, top, or bottom).
  • Drawer Behavior
    Each control has an option that specifies how the drawer appears on the screen.
  • Theme Support
    You can apply the Light and Dark built-in themes to controls.

 Drawer View