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

FloatingContainer.ShowDialogContent(FrameworkElement, FrameworkElement, Size, FloatingContainerParameters, Boolean, DependencyObject) Method

For internal use.

Namespace: DevExpress.Xpf.Core

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

Declaration

public static FloatingContainer ShowDialogContent(
    FrameworkElement dialogContent,
    FrameworkElement rootElement,
    Size size,
    FloatingContainerParameters parameters,
    bool useContentIndents,
    DependencyObject owner
)

Parameters

Name Type Description
dialogContent FrameworkElement

A FrameworkElement object, specifying the dialog content.

rootElement FrameworkElement
size Size

A Size structure, specifying the dialog size.

parameters DevExpress.Xpf.Core.FloatingContainerParameters
useContentIndents Boolean
owner DependencyObject

A DependencyObject value, specifying the dialog owner.

Returns

Type Description
FloatingContainer

A FloatingContainer object.

See Also