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

IStrategyManager.CreateStrategy(DependencyObject) Method

Namespace: DevExpress.Mvvm.UI.ModuleInjection

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

IStrategy CreateStrategy(
    DependencyObject target
)

Parameters

Name Type
target DependencyObject

Returns

Type
IStrategy
See Also