Skip to main content

ISupportParentViewModel Interface

Provides a member that allows a Main ViewModel to be passed to a Detail ViewModel. In addition, this allows the Main ViewModel’s services to be used within the Detail ViewModel.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

public interface ISupportParentViewModel

Remarks

See ViewModel relationships (ISupportParentViewModel) to learn more.

See Also