Skip to main content

DocumentsViewModel<TModule, TUnitOfWork>.SelectedModule Property

A currently selected navigation list entry. This property is writable. When this property is assigned a new value, it triggers the navigating to the corresponding document. Since DocumentsViewModel is a POCO view model, this property will raise INotifyPropertyChanged.PropertyEvent when modified so it 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 virtual TModule SelectedModule { get; set; }

Property Value

Type
TModule
See Also