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

HamburgerMenu.ActualGoBackCommand Property

Gets the actual command invoked on navigating back.

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public ICommand ActualGoBackCommand { get; }

Property Value

Type Description
ICommand

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

See Also