Gets the content of the currently selected TabItem.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.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