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

NavigationButton Class

A button within WindowsUI application capable of navigating to a specific application screen.

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public class NavigationButton :
    Button

Remarks

To specify a screen to which an end-user navigates when clicking the NavigationButton, assign a required view to the NavigationButton.NavigateTo property. See the Navigation topic for details.

See Also