Sorts the items in this collection using the default comparison operation (alphabetic).
Sorts the items in this collection using the default comparison operation (alphabetic).
public void Sort();
Sorts the items in this collection using the specified comparer.
public void Sort(IComparer);
ListBarItemCollection Class | NETXP.Controls.Bars Namespace