NetXP 3.0 Reference

ListBarItemCollection.Sort Method

Sorts the items in this collection using the default comparison operation (alphabetic).

Overload List

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);

See Also

ListBarItemCollection Class | NETXP.Controls.Bars Namespace