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

IWizardCustomization<TModel>.Resolve(Type) Method

Returns the list of available data providers from the internal container.

Namespace: DevExpress.DataAccess.UI.Wizard

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

Declaration

object Resolve(
    Type serviceType
)

Parameters

Name Type Description
serviceType Type

A Type object.

Returns

Type Description
Object

A Object value.

See Also