Back to Devexpress

TabControlNewTabbedWindowEventArgs.SourceData Property

wpf-devexpress-dot-xpf-dot-core-dot-tabcontrolnewtabbedwindoweventargs-60a35b7d.md

latest1.2 KB
Original Source

TabControlNewTabbedWindowEventArgs.SourceData Property

Returns the source data used to create the tab item or the tab item object itself if the data context is not specified.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public object SourceData { get; }
vb
Public ReadOnly Property SourceData As Object

Property Value

TypeDescription
Object

The source data used to create the tab item or the tab item object itself.

|

See Also

TabControlNewTabbedWindowEventArgs Class

TabControlNewTabbedWindowEventArgs Members

DevExpress.Xpf.Core Namespace