ComponentFactory.Krypton.Toolkit.KryptonTreeView.Sort C# (CSharp) 메소드

Sort() 공개 메소드

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