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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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