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

Sort() public method

Sorts the items in KryptonTreeView control.
public Sort ( ) : void
return void
        public void Sort()
        {
            _treeView.Sort();
        }
KryptonTreeView