ComponentOne Tiles for WPF and Silverlight
C1.Silverlight.Tile Namespace / C1TileBase Class / ContentTemplateSelector Property

In This Topic
    ContentTemplateSelector Property
    In This Topic
    Gets or sets the custom logic for choosing a template used to display content. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property ContentTemplateSelector As C1.Silverlight.C1DataTemplateSelector
    public C1.Silverlight.C1DataTemplateSelector ContentTemplateSelector {get; set;}
    See Also