Skip to main content
A newer version of this page is available. .

TabControlStretchView.NewWindowStyle Property

Gets or sets the style that is applied to a newly created window.

Namespace: DevExpress.Xpf.Core

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public Style NewWindowStyle { get; set; }

Property Value

Type Description
Style

A Style object that applied to a newly created window.

Remarks

By defining this style, you can specify the appearance of new windows created by dropping a tab item outside the parent DXTabControl.

See Also