Skip to main content

FlyoutBase.SetFlyout(DependencyObject, FlyoutBase) Method

For internal use.

Namespace: DevExpress.Xpf.Editors.Flyout.Native

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public static void SetFlyout(
    DependencyObject d,
    FlyoutBase flyout
)

Parameters

Name Type
d DependencyObject
flyout FlyoutBase
See Also