Back to Devexpress

HamburgerMenuNavigationButtonBase<TOwner>.NavigationTargetType Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-internal-dot-hamburgermenunavigationbuttonbase-1-33fa0962.md

latest1.7 KB
Original Source

HamburgerMenuNavigationButtonBase<TOwner>.NavigationTargetType Property

Allows you to specify the Page class to be opened when an end-user clicks the menu item.

Namespace : DevExpress.Xpf.WindowsUI.Internal

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public Type NavigationTargetType { get; set; }
vb
Public Property NavigationTargetType As Type

Property Value

TypeDescription
Type

A System.Type value that specifies the Page class to be opened when an end-user clicks the menu item.

|

See Also

Internal.HamburgerMenuNavigationButtonBase

Internal.HamburgerMenuNavigationButtonBase

HamburgerMenuNavigationButtonBase<TOwner> Class

HamburgerMenuNavigationButtonBase<TOwner> Members

DevExpress.Xpf.WindowsUI.Internal Namespace