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

FloatingContainer.ShowDialog(FrameworkElement, FrameworkElement, Size, FloatingContainerParameters, DependencyObject) Method

For internal use.

Namespace: DevExpress.Xpf.Core

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

Declaration

public static FloatingContainer ShowDialog(
    FrameworkElement dialogContent,
    FrameworkElement element,
    Size size,
    FloatingContainerParameters parameters,
    DependencyObject owner
)

Parameters

Name Type Description
dialogContent FrameworkElement

A FrameworkElement object, specifying the dialog content.

element FrameworkElement

A FrameworkElement object.

size Size

A Size structure, specifying the dialog size.

parameters DevExpress.Xpf.Core.FloatingContainerParameters
owner DependencyObject

A DependencyObject value, specifying the dialog owner.

Returns

Type Description
FloatingContainer

A FloatingContainer object.

See Also