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

TabControlStretchView.NewTabControlStyle Property

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

Namespace: DevExpress.Xpf.Core

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

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

Declaration

public Style NewTabControlStyle { get; set; }

Property Value

Type Description
Style

A Style object that is applied to a newly created tab control.

Remarks

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

See Also