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

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.v19.1.ViewModel.dll

Declaration

public TNavigationToken Token { get; }

Property Value

Type
TNavigationToken
See Also