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

In This Topic
    ContentTemplateSelector Property (C1TabItem)
    In This Topic
    Gets or sets a data template selector that provides custom logic for choosing the template used to display the content.
    Syntax
    'Declaration
     
    Public Shadows Property ContentTemplateSelector As C1DataTemplateSelector
    public new C1DataTemplateSelector ContentTemplateSelector {get; set;}
    See Also