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

FloatingContainer.CloseDialog(FrameworkElement, Nullable<Boolean>) Method

For internal use.

Namespace: DevExpress.Xpf.Core

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

Declaration

public static void CloseDialog(
    FrameworkElement dialogContent,
    bool? dialogResult
)

Parameters

Name Type
dialogContent FrameworkElement
dialogResult Nullable<Boolean>
See Also