Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

NavigationPage.TopAppBar Property

Gets of sets the AppBar disposed at the top of the NavigationPage.

Namespace: DevExpress.Xpf.WindowsUI

Assembly: DevExpress.Xpf.Controls.v24.2.dll

NuGet Package: DevExpress.Wpf.Controls

#Declaration

public AppBar TopAppBar { get; set; }

#Property Value

Type Description
AppBar

The AppBar disposed at the top of the NavigationPage.

#Remarks

You can create a Windows UI style application that consists of one or more screens using the NavigationFrame and NavigationPage objects. Use the TopAppBar or NavigationPage.BottomAppBar property to display the app bar at the top or bottom of the page. Use both properties to display two app bars simultaneously. See the AppBar Control topic for more details.

See Also