Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1TreeViewItem Class / EditTemplate Property

In This Topic
    EditTemplate Property (C1TreeViewItem)
    In This Topic
    Gets or sets the template used to edit the contents of the items.
    Syntax
    'Declaration
     
    
    Public Property EditTemplate As DataTemplate
    public DataTemplate EditTemplate {get; set;}
    See Also