Back to Devexpress

FloatingContainer Class

wpf-devexpress-dot-xpf-dot-core-08f4c9fc.md

latest4.5 KB
Original Source

FloatingContainer Class

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

Declaration

csharp
public abstract class FloatingContainer :
    BaseFloatingContainer,
    IDialogOwner
vb
Public MustInherit Class FloatingContainer
    Inherits BaseFloatingContainer
    Implements IDialogOwner

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

FloatingContainer Members

WPF Reporting Localization

DevExpress.Xpf.Core Namespace