ComponentOne Basic Library for WPF and Silverlight
IsManipulationEnabled Property (C1TreeViewPanel)


C1.WPF Namespace > C1TreeViewPanel Class : IsManipulationEnabled Property
Syntax
'Declaration
 
<CustomCategoryAttribute("Touch")>
Public Property IsManipulationEnabled As System.Boolean
'Usage
 
Dim instance As C1TreeViewPanel
Dim value As System.Boolean
 
instance.IsManipulationEnabled = value
 
value = instance.IsManipulationEnabled
[CustomCategory("Touch")]
public System.bool IsManipulationEnabled {get; set;}
See Also

Reference

C1TreeViewPanel Class
C1TreeViewPanel Members