BarItems.GetSortedList() Method
Returns a list of alphabetically sorted BarItems child elements.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Returns
Type | Description |
---|---|
List<BarItem> | A List that contains items owned by this BarItems collection. Items in this list are sorted alphabetically. |
See Also