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

TabControlNewTabbedWindowEventArgs.SourceWindow Property

Gets the source window.

Namespace: DevExpress.Xpf.Core

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

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

Declaration

public Window SourceWindow { get; }

Property Value

Type Description
Window

A Window object that specifies the source window.

See Also