Skip to main content
Bar

BarManagerCategoryCollection.GetSortedList() Method

Returns a list of alphabetically sorted BarManagerCategoryCollection child elements.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public List<BarManagerCategory> GetSortedList()

Returns

Type Description
List<BarManagerCategory>

A List that contains alphabetically sorted categories owned by this BarManagerCategoryCollection object.

See Also