Extended Library for WPF and Silverlight | ComponentOne
C1.Silverlight.Extended Namespace / C1BookItem 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 Property ContentTemplateSelector As C1.Silverlight.C1DataTemplateSelector
    public C1.Silverlight.C1DataTemplateSelector ContentTemplateSelector {get; set;}
    See Also