ComponentFactory.Krypton.Toolkit.KryptonTreeView.CollapseAll C# (CSharp) Method

CollapseAll() public method

Collapses all the tree nodes.
public CollapseAll ( ) : void
return void
        public void CollapseAll()
        {
            _treeView.CollapseAll();
        }
KryptonTreeView