ComponentOne Basic Library for WPF and Silverlight
EditTemplate Property (C1TreeView)


C1.Silverlight Namespace > C1TreeView Class : EditTemplate Property
Gets or sets the template used to edit the contents of the items.
Syntax
'Declaration
 
Public Property EditTemplate As System.Windows.DataTemplate
'Usage
 
Dim instance As C1TreeView
Dim value As System.Windows.DataTemplate
 
instance.EditTemplate = value
 
value = instance.EditTemplate
public System.Windows.DataTemplate EditTemplate {get; set;}
See Also

Reference

C1TreeView Class
C1TreeView Members