Back to Devexpress

HamburgerMenu.ActualGoBackCommand Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-hamburgermenu-4fe97663.md

latest1.3 KB
Original Source

HamburgerMenu.ActualGoBackCommand Property

Gets the actual command invoked on navigating back.

Namespace : DevExpress.Xpf.WindowsUI

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public ICommand ActualGoBackCommand { get; }
vb
Public ReadOnly Property ActualGoBackCommand As ICommand

Property Value

TypeDescription
ICommand

An ICommand object that specifies the actual command invoked on navigating back.

|

See Also

GoBackCommand

HamburgerMenu Class

HamburgerMenu Members

DevExpress.Xpf.WindowsUI Namespace