Skip to main content

HamburgerMenu.ActualGoBackCommand Property

Gets the actual command invoked on navigating back.

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public ICommand ActualGoBackCommand { get; }

Property Value

Type Description
ICommand

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

See Also