Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / GroupedListBox Class / ItemTemplateSelector Property

In This Topic
    ItemTemplateSelector Property (GroupedListBox)
    In This Topic
    Gets or sets the custom logic for choosing a template used to display each item. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property ItemTemplateSelector As C1DataTemplateSelector
    public C1DataTemplateSelector ItemTemplateSelector {get; set;}
    See Also