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