TabControl for WPF | ComponentOne
C1.WPF.TabControl Namespace / C1TabControl Class / ContentTemplateSelector Property

In This Topic
    ContentTemplateSelector Property
    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 DataTemplateSelector
    public DataTemplateSelector ContentTemplateSelector {get; set;}
    See Also