ComponentFactory.Krypton.Toolkit.KryptonTreeView.Sort C# (CSharp) Метод

Sort() публичный Метод

Sorts the items in KryptonTreeView control.
public Sort ( ) : void
Результат void
        public void Sort()
        {
            _treeView.Sort();
        }
KryptonTreeView