Skip to main content

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

For internal use.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

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