ComponentOne Basic Library for WPF and Silverlight
ContentTemplateSelector Property (C1ComboBoxItem)


C1.Silverlight Namespace > C1ComboBoxItem Class : ContentTemplateSelector Property
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
'Usage
 
Dim instance As C1ComboBoxItem
Dim value As C1DataTemplateSelector
 
instance.ContentTemplateSelector = value
 
value = instance.ContentTemplateSelector
public C1DataTemplateSelector ContentTemplateSelector {get; set;}
See Also

Reference

C1ComboBoxItem Class
C1ComboBoxItem Members