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

TabControlNewTabbedWindowEventArgs.SourceTabControl Property

Get the source tab control.

Namespace: DevExpress.Xpf.Core

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

Declaration

public DXTabControl SourceTabControl { get; }

Property Value

Type Description
DXTabControl

A DXTabControl object that specifies the source tab control.

See Also