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

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.v20.2.dll

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

Declaration

public interface ISupportParameter

Remarks

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

See Also