Gets or sets the DataTemplate to apply to any TabItem that does not have a ContentTemplate property defined.

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

Syntax

C#
public DataTemplate ContentTemplate { get; set; }
Visual Basic
Public Property ContentTemplate As DataTemplate
	Get
	Set

See Also