Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1ItemsControl Class / ItemTemplate Property

In This Topic
    ItemTemplate Property (C1ItemsControl)
    In This Topic
    Gets or sets the template applied to all the items of the list.
    Syntax
    'Declaration
     
    
    Public Shadows Property ItemTemplate As DataTemplate
    public new DataTemplate ItemTemplate {get; set;}
    See Also