Table of Contents
ContentTemplate Property

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

Syntax
 public DataTemplate ContentTemplate { get; set; }
See Also