wpf-devexpress-dot-xpf-dot-core-3d1cb210.md
A window that supports integration with a DXTabControl.
Namespace : DevExpress.Xpf.Core
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
public class DXTabbedWindow :
DXWindow,
ICloneable
Public Class DXTabbedWindow
Inherits DXWindow
Implements ICloneable
Note
The DXTabbedWindow is outdated. Use the ThemedWindow instead.
See the following help topic for more information: Integrate the Ribbon / Tab Control.
The following code snippet (auto-collected from 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.
<dx:DXTabbedWindow x:Class="DXTabControlExample.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
Show 11 items
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ContentControl Window DXWindow DXTabbedWindow
See Also