ComponentOne Basic Library for UWP
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 Windows.UI.Xaml.DataTemplate
    public Windows.UI.Xaml.DataTemplate EditTemplate {get; set;}
    See Also