TabControlStretchView.NewWindowStyle Property
Gets or sets the style that is applied to a newly created window.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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