Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1ComboBoxItem Class / ContentTemplateSelector Property

In This Topic
    ContentTemplateSelector Property (C1ComboBoxItem)
    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 C1DataTemplateSelector
    public C1DataTemplateSelector ContentTemplateSelector {get; set;}
    See Also