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

IModule Interface

A structure that binds a ViewModel to its View.

Namespace: DevExpress.Mvvm.ModuleInjection

Assembly: DevExpress.Mvvm.v20.2.dll

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

Declaration

public interface IModule

The following members return IModule objects:

Remarks

See Modules to learn more.

See Also