Skip to main content

DocumentsViewModel<TModule, TUnitOfWork>.Show(TModule) Method

Navigates to a document. Since DocumentsViewModel is a POCO view model, an instance of this class will also expose the ShowCommand property that can be used as a binding source in views.

Namespace: DevExpress.Mvvm.ViewModel

Assembly: DevExpress.Mvvm.v23.2.ViewModel.dll

NuGet Package: DevExpress.Scaffolding.Core

Declaration

public void Show(
    TModule module
)

Parameters

Name Type Description
module TModule

A navigation list entry specifying a document what to be opened.

See Also