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

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

Syntax

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

See Also