Back to Devexpress

TabControlNewTabbedWindowEventArgs.NewWindow Property

wpf-devexpress-dot-xpf-dot-core-dot-tabcontrolnewtabbedwindoweventargs-68e8e921.md

latest1.4 KB
Original Source

TabControlNewTabbedWindowEventArgs.NewWindow Property

Gets or sets the new window with its settings.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public Window NewWindow { get; set; }
vb
Public Property NewWindow As Window

Property Value

TypeDescription
Window

A Window object that specifies the new window with its settings.

|

Remarks

The NewWindow property allows you to configure the new window that is created using TabControlStretchView‘s drag-and-drop mechanism. See Stretch View to learn more.

See Also

TabControlNewTabbedWindowEventArgs Class

TabControlNewTabbedWindowEventArgs Members

DevExpress.Xpf.Core Namespace