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.v19.2.dll

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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the NavigationButton class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also