Skip to main content

ISupportParameter Interface

Provides a member that allows data to be passed from a Main to a Detail ViewModel, when these ViewModels are loosely coupled.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

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

Declaration

public interface ISupportParameter

Remarks

See Passing data between ViewModels (ISupportParameter) to learn more.

See Also