Gets the content of the currently selected TabItem.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public Object SelectedContent { get; internal set; }
Visual Basic
Public Property SelectedContent As Object
	Get
	Friend Set

Field Value

The content of the currently selected TabItem. The default is null.

See Also