ComponentOne Basic Library for WPF and Silverlight
ItemTemplate Property (C1ItemsControl)


C1.Silverlight Namespace > C1ItemsControl Class : ItemTemplate Property
Template applied to all the items of the list.
Syntax
'Declaration
 
Public Shadows Property ItemTemplate As System.Windows.DataTemplate
'Usage
 
Dim instance As C1ItemsControl
Dim value As System.Windows.DataTemplate
 
instance.ItemTemplate = value
 
value = instance.ItemTemplate
public new System.Windows.DataTemplate ItemTemplate {get; set;}
See Also

Reference

C1ItemsControl Class
C1ItemsControl Members