ComponentFactory.Krypton.Toolkit.KryptonTreeView.Sort C# (CSharp) Méthode

Sort() public méthode

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