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

DocumentsViewModel<TModule, TUnitOfWork>.Modules Property

Navigation list that represents a collection of module descriptions.

Namespace: DevExpress.Mvvm.ViewModel

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

NuGet Packages: DevExpress.Scaffolding.Core, DevExpress.WindowsDesktop.Mvvm.ViewModel

Declaration

public TModule[] Modules { get; }

Property Value

Type
TModule[]
See Also