Skip to main content

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

Registers a service type.

Namespace: DevExpress.DataAccess.UI.Wizard

Assembly: DevExpress.DataAccess.v23.2.UI.dll

NuGet Package: DevExpress.DataAccess.UI

Declaration

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

Type Parameters

Name
TServiceType
TConcreteType
See Also