Skip to main content

NavigateMessage<TNavigationToken>.Token Property

An object that is used to identify the module to which the DocumentsViewModel should navigate.

Namespace: DevExpress.Mvvm.ViewModel

Assembly: DevExpress.Mvvm.v24.1.ViewModel.dll

NuGet Package: DevExpress.Scaffolding.Core

Declaration

public TNavigationToken Token { get; }

Property Value

Type
TNavigationToken
See Also