Skip to main content
Bar

BarManagerCategoryCollection.GetSortedList() Method

Returns a list of alphabetically sorted BarManagerCategoryCollection child elements.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v24.2.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