TabControlStretchView.CloseWindowOnSingleTabItemHiding Property
Gets or sets values specifying whether the window-owner is closed when a single tab item is hidden. This is a dependency property.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean | true, if the window-owner is closed when a single tab item is hidden; otherwise, false. The default is true. |
See Also