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

In This Topic
    ContentTemplateMaximizedSelector 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 maximized item.
    Syntax
    'Declaration
     
    Public Property ContentTemplateMaximizedSelector As C1.Xaml.C1DataTemplateSelector
    public C1.Xaml.C1DataTemplateSelector ContentTemplateMaximizedSelector {get; set;}
    See Also