Back to Devexpress

TabbedWindowMode Enum

wpf-devexpress-dot-xpf-dot-core-7724b341.md

latest1.2 KB
Original Source

TabbedWindowMode Enum

Lists values that specify the tabbed window mode.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public enum TabbedWindowMode
vb
Public Enum TabbedWindowMode

Members

NameDescription
Normal

The tab control is displayed in the regular, common state.

| | Compact |

The tab control is displayed as merged with the window’s header.

|

The following properties accept/return TabbedWindowMode values:

Remarks

The values listed by this enumeration are used to set the DXTabbedWindow.TabbedWindowMode property’s value.

See Also

DevExpress.Xpf.Core Namespace