Back to Devexpress

DXTabbedWindow Class

wpf-devexpress-dot-xpf-dot-core-3d1cb210.md

latest2.8 KB
Original Source

DXTabbedWindow Class

A window that supports integration with a DXTabControl.

Namespace : DevExpress.Xpf.Core

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public class DXTabbedWindow :
    DXWindow,
    ICloneable
vb
Public Class DXTabbedWindow
    Inherits DXWindow
    Implements ICloneable

Remarks

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.

wpf-dxtabcontrol-customize-header-footer-and-control-box-areas/CS/DXTabControlExample/MainWindow.xaml#L1

xml
<dx:DXTabbedWindow x:Class="DXTabControlExample.MainWindow"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"

Inheritance

Show 11 items

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ContentControl Window DXWindow DXTabbedWindow

See Also

DXTabbedWindow Members

DevExpress.Xpf.Core Namespace