Skip to main content

AdapterFactory.Make<AdapterBase>(Object) Method

Returns an adapter instance.

Namespace: DevExpress.Xpf.Prism

Assembly: DevExpress.Xpf.PrismAdapters.v25.2.dll

NuGet Package: DevExpress.Wpf.PrismAdapters

Declaration

public static AdapterBase Make<AdapterBase>(
    object factory
)

Parameters

Name Type Description
factory Object

An adapter factory.

Type Parameters

Name
AdapterBase

Returns

Type Description
AdapterBase

The adapter instance.

Remarks

To learn more, see Prism Adapters.

The following code snippets (auto-collected from DevExpress Examples) contain references to the Make<AdapterBase>(Object) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also