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

FloatingContainer.SetDialogOwner(DependencyObject, IDialogOwner) Method

For internal use.

Namespace: DevExpress.Xpf.Core

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

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

Declaration

public static void SetDialogOwner(
    DependencyObject obj,
    IDialogOwner value
)

Parameters

Name Type
obj DependencyObject
value DevExpress.Xpf.Core.IDialogOwner
See Also