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
Related API Members
The following members return FloatingContainer objects:
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