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

IViewInjectionService.SelectedViewModel Property

Gets or sets the selected ViewModel.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v20.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

object SelectedViewModel { get; set; }

Property Value

Type Description
Object

An object representing the currently selected ViewModel.

See Also