Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1TabControl Class / ContentTemplate Property

In This Topic
    ContentTemplate Property
    In This Topic
    Gets or sets the DataTemplate to apply to any TabItem that does not have a ContentTemplate property defined.
    Syntax
    'Declaration
     
    
    Public Property ContentTemplate As DataTemplate
    public DataTemplate ContentTemplate {get; set;}
    See Also