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

IWizardCustomization<TModel>.RegisterType<TServiceType, TConcreteType>() Method

Registers a service type.

Namespace: DevExpress.DataAccess.UI.Wizard

Assembly: DevExpress.DataAccess.v19.1.UI.dll

Declaration

void RegisterType<TServiceType, TConcreteType>()
    where TConcreteType : TServiceType

Type Parameters

Name
TServiceType
TConcreteType
See Also