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

NavigationServiceBase.Current Property

Returns the current ViewModel.

Namespace: DevExpress.Xpf.WindowsUI.Navigation

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

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

Declaration

public object Current { get; }

Property Value

Type Description
Object

The current ViewModel.

See Also