Back to Devexpress

NavigationButton Class

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

latest2.2 KB
Original Source

NavigationButton Class

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

Namespace : DevExpress.Xpf.WindowsUI

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
[DXLicenseWpf]
public class NavigationButton :
    Button
vb
<DXLicenseWpf>
Public Class NavigationButton
    Inherits 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.

Inheritance

Show 11 items

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ContentControl ButtonBase Button NavigationButton

See Also

NavigationButton Members

NavigateTo

Navigation

DevExpress.Xpf.WindowsUI Namespace