Back to Devexpress

TabControlNewTabbedWindowEventArgs.NewTabControl Property

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

latest1.5 KB
Original Source

TabControlNewTabbedWindowEventArgs.NewTabControl Property

Gets or sets the new tab control with its settings.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public DXTabControl NewTabControl { get; set; }
vb
Public Property NewTabControl As DXTabControl

Property Value

TypeDescription
DXTabControl

A DXTabControl object that specifies the new tab control with its settings.

|

Remarks

The NewTabControl property allows you to configure the new tab control 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