wpf-devexpress-dot-xpf-dot-core-08f4c9fc.md
A wrapper that allows displaying popup windows in XBAP mode.
Namespace : DevExpress.Xpf.Core
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
public abstract class FloatingContainer :
BaseFloatingContainer,
IDialogOwner
Public MustInherit Class FloatingContainer
Inherits BaseFloatingContainer
Implements IDialogOwner
The following members return FloatingContainer objects:
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.
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement DevExpress.Xpf.Core.BaseFloatingContainer FloatingContainer
See Also