ComponentOne TileView for UWP
C1.UWP.TileView Assembly / C1.Xaml.TileView Namespace / C1TileViewItem Class / ContentTemplateSelector Property

In This Topic
    ContentTemplateSelector Property
    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 C1.Xaml.C1DataTemplateSelector
    public new C1.Xaml.C1DataTemplateSelector ContentTemplateSelector {get; set;}
    See Also