# DXTabbedWindow Class | WPF Controls | DevExpress Documentation

# DXTabbedWindow Class

A window that supports integration with a [DXTabControl](/WPF/DevExpress.Xpf.Core.DXTabControl).

**Namespace**: [DevExpress.Xpf.Core](/WPF/DevExpress.Xpf.Core)

        **Assembly**:
        DevExpress.Xpf.Core.v26.1.dll

## Declaration

- C#
- VB.NET

                        <section id="tabpanel_syntax_tabid_DevExpress.Xpf.Core.DXTabbedWindow-csharp" role="tabpanel" data-tab="tabid-csharp" class="tab-group__tab-content tab-group__tab-content--code" style="display: block">
                            <pre><code data-code-links="{&quot;Object&quot;:&quot;https://learn.microsoft.com/dotnet/api/system.object&quot;,&quot;Visual&quot;:&quot;https://learn.microsoft.com/dotnet/api/system.windows.media.visual&quot;,&quot;UIElement&quot;:&quot;https://learn.microsoft.com/dotnet/api/system.windows.uielement&quot;,&quot;FrameworkElement&quot;:&quot;https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement&quot;,&quot;Control&quot;:&quot;https://learn.microsoft.com/dotnet/api/system.windows.controls.control&quot;,&quot;ContentControl&quot;:&quot;https://learn.microsoft.com/dotnet/api/system.windows.controls.contentcontrol&quot;,&quot;Window&quot;:&quot;https://learn.microsoft.com/dotnet/api/system.windows.window&quot;,&quot;DXWindow&quot;:&quot;/WPF/DevExpress.Xpf.Core.DXWindow&quot;}" class="lang-csharp hljs">public class DXTabbedWindow :&#xA;    DXWindow,&#xA;    ICloneable</code></pre>
                        </section>
                        <section id="tabpanel_syntax_tabid_DevExpress.Xpf.Core.DXTabbedWindow-vb" role="tabpanel" data-tab="tabid-vb" class="tab-group__tab-content tab-group__tab-content--code" style="display: none">
                            <pre><code data-code-links="{&quot;Object&quot;:&quot;https://learn.microsoft.com/dotnet/api/system.object&quot;,&quot;Visual&quot;:&quot;https://learn.microsoft.com/dotnet/api/system.windows.media.visual&quot;,&quot;UIElement&quot;:&quot;https://learn.microsoft.com/dotnet/api/system.windows.uielement&quot;,&quot;FrameworkElement&quot;:&quot;https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement&quot;,&quot;Control&quot;:&quot;https://learn.microsoft.com/dotnet/api/system.windows.controls.control&quot;,&quot;ContentControl&quot;:&quot;https://learn.microsoft.com/dotnet/api/system.windows.controls.contentcontrol&quot;,&quot;Window&quot;:&quot;https://learn.microsoft.com/dotnet/api/system.windows.window&quot;,&quot;DXWindow&quot;:&quot;/WPF/DevExpress.Xpf.Core.DXWindow&quot;}" class="lang-vb hljs">Public Class DXTabbedWindow&#xA;    Inherits DXWindow&#xA;    Implements ICloneable</code></pre>
                        </section>

## Remarks

Note

The `DXTabbedWindow` is outdated. Use the [ThemedWindow](/WPF/DevExpress.Xpf.Core.ThemedWindow) instead.

See the following help topic for more information: [Integrate the Ribbon / Tab Control](/WPF/DevExpress.Xpf.Core.ThemedWindow#integrate-the-ribbon--tab-control).

## Related GitHub Examples

The following code snippet (auto-collected from [DevExpress Examples](https://github.com/DevExpress-Examples)) contains a reference to the **DXTabbedWindow** class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

- XAML

                <section id="tabpanel_related-examples_tabid-xml" role="tabpanel" data-tab="tabid-xml">
                        <p><a class="related-example-link" href="https://github.com/DevExpress-Examples/wpf-dxtabcontrol-customize-header-footer-and-control-box-areas/blob/5250884af109c2c2a8325fe29a4f6246805f203b/CS/DXTabControlExample/MainWindow.xaml#L1">wpf-dxtabcontrol-customize-header-footer-and-control-box-areas/CS/DXTabControlExample/MainWindow.xaml#L1</a></p>
                        <pre><code class="lang-xml">&lt;dx:DXTabbedWindow x:Class=&quot;DXTabControlExample.MainWindow&quot;&#xA;    xmlns=&quot;http://schemas.microsoft.com/winfx/2006/xaml/presentation&quot;</code></pre>
                </section>

## Inheritance

[Object](https://learn.microsoft.com/dotnet/api/system.object)
[Visual](https://learn.microsoft.com/dotnet/api/system.windows.media.visual)
[UIElement](https://learn.microsoft.com/dotnet/api/system.windows.uielement)
[FrameworkElement](https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement)
[Control](https://learn.microsoft.com/dotnet/api/system.windows.controls.control)
[ContentControl](https://learn.microsoft.com/dotnet/api/system.windows.controls.contentcontrol)
[Window](https://learn.microsoft.com/dotnet/api/system.windows.window)
[DXWindow](/WPF/DevExpress.Xpf.Core.DXWindow)
DXTabbedWindow

See Also

[DXTabbedWindow Members](/WPF/DevExpress.Xpf.Core.DXTabbedWindow._members)

[DevExpress.Xpf.Core Namespace](/WPF/DevExpress.Xpf.Core)