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

FlyoutSettings.CreateStrategy() Method

Creates a flyout strategy.

Namespace: DevExpress.Xpf.Editors.Flyout

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

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

Declaration

public override FlyoutBase.FlyoutStrategy CreateStrategy()

Returns

Type
DevExpress.Xpf.Editors.Flyout.Native.FlyoutBase.FlyoutStrategy

Remarks

Use the CreateStrategy property to implement a custom flyout strategy.

See Also