Skip to main content
A newer version of this page is available. .
Bar

BarManagerCategoryCollection.GetSortedList() Method

Returns a list of alphabetically sorted BarManagerCategoryCollection child elements.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public List<BarManagerCategory> GetSortedList()

Returns

Type Description
List<BarManagerCategory>

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

See Also