Basic Library for WPF and Silverlight | ComponentOne
C1.WPF 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 DataTemplateSelector
    public DataTemplateSelector ContentTemplateSelector {get; set;}
    See Also