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

In This Topic
    ContentTemplateMinimizedSelector Property
    In This Topic
    Gets or sets a data template selector that provides custom logic for choosing the template used to display the content of the minimized item.
    Syntax
    'Declaration
     
    Public Property ContentTemplateMinimizedSelector As C1.Xaml.C1DataTemplateSelector
    public C1.Xaml.C1DataTemplateSelector ContentTemplateMinimizedSelector {get; set;}
    See Also