ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1TabControl Class / ContentTemplate Property

In This Topic
    ContentTemplate Property (C1TabControl)
    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 Windows.UI.Xaml.DataTemplate
    public Windows.UI.Xaml.DataTemplate ContentTemplate {get; set;}
    See Also