Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

FloatingContainer Class

A wrapper that allows displaying popup windows in XBAP mode.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

#Declaration

public abstract class FloatingContainer :
    BaseFloatingContainer,
    IDialogOwner

#Remarks

Tip

This class is outdated. Use the ThemedWindow class to display a window that supports DevExpress themes.

The FloatingContainer is intended to overcome the constraints of the XBAP mode in WPF applications. In most scenarios, you do not need to use this class directly in your WPF applications.

To know whether a FloatingContainer object is visible, handle the FloatingContainer.Hidden event. To close the current session, use the FloatingContainer.Close method.

#Inheritance

Object
DispatcherObject
DependencyObject
Visual
UIElement
FrameworkElement
DevExpress.Xpf.Core.BaseFloatingContainer
FloatingContainer
See Also