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

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.v21.1.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.Win.Design, DevExpress.WinUI

Declaration

public interface ISupportParentViewModel

Remarks

See ViewModel relationships (ISupportParentViewModel) to learn more.

See Also