Skip to main content

ViewModelSourceIntegrityContainer.RegisterViewModel<TConcreteType>() Method

Registers the specified TConcreteType as a dependency.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v24.1.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public FactoryRegistration RegisterViewModel<TConcreteType>()
    where TConcreteType : class

Type Parameters

Name
TConcreteType

Returns

Type Description
FactoryRegistration

A FactoryRegistration object.

See Also