BarManagerCategoryCollection.GetSortedList() Method
Returns a list of alphabetically sorted BarManagerCategoryCollection child elements.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Returns
| Type | Description |
|---|---|
| List<BarManagerCategory> | A List that contains alphabetically sorted categories owned by this BarManagerCategoryCollection object. |
See Also