Skip to main content

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

Creates and shows a document which view is bound to PeekCollectionViewModel. The document is created and shown using a document manager service named “WorkspaceDocumentManagerService”. Since DocumentsViewModel is a POCO view model, an instance of this class will also expose the PinPeekCollectionViewCommand 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 PinPeekCollectionView(
    TModule module
)

Parameters

Name Type Description
module TModule

A navigation list entry that is used as a PeekCollectionViewModel factory.

See Also