Skip to main content
Bar

BarItems.GetSortedList() Method

Returns a list of alphabetically sorted BarItems child elements.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public List<BarItem> GetSortedList()

Returns

Type Description
List<BarItem>

A List that contains items owned by this BarItems collection. Items in this list are sorted alphabetically.

See Also