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

In This Topic
    ContentTemplateSelector Property (C1TabControl)
    In This Topic
    Gets or sets a custom logic for choosing the template used to display the content of the control
    Syntax
    'Declaration
     
    Public Property ContentTemplateSelector As C1DataTemplateSelector
    public C1DataTemplateSelector ContentTemplateSelector {get; set;}
    See Also