Back to Devexpress

NavigationPage.BottomAppBar Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-navigationpage.md

latest2.2 KB
Original Source

NavigationPage.BottomAppBar Property

Gets or sets the AppBar displayed on the bottom of the NavigationPage.

Namespace : DevExpress.Xpf.WindowsUI

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public AppBar BottomAppBar { get; set; }
vb
Public Property BottomAppBar As AppBar

Property Value

TypeDescription
AppBar

The AppBar displayed on the bottom 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 BottomAppBar or NavigationPage.TopAppBar property to display the app bar on the bottom or top of the page. Use both properties to display two app bars simultaneously. See the AppBar Control topic, for more details.

See Also

TopAppBar

IsBackButtonEnabled

Alignment

AppBar Control

Navigation

NavigationPage Class

NavigationPage Members

DevExpress.Xpf.WindowsUI Namespace