Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1TreeView Class / ExpandOnClick Property

In This Topic
    ExpandOnClick Property (C1TreeView)
    In This Topic
    Gets or sets a value indicating whether the node is expanded/collapsed when the users clicks in the C1TreeViewItem header.
    Syntax
    'Declaration
     
    
    Public Property ExpandOnClick As Boolean
    public bool ExpandOnClick {get; set;}
    See Also