wpf-devexpress-dot-xpf-dot-grid-b8919c86.md
A collection of GridSortInfo objects.
Namespace : DevExpress.Xpf.Grid
Assembly : DevExpress.Xpf.Grid.v25.2.dll
NuGet Package : DevExpress.Wpf.Grid.Core
public class TreeListSortInfoCollection :
SortInfoCollectionBase
Public Class TreeListSortInfoCollection
Inherits SortInfoCollectionBase
The following members return TreeListSortInfoCollection objects:
This collection can be accessed via the DevExpress.Xpf.Grid.TreeListControl.SortInfo property. It provides methods that allow you to perform common collection management tasks (add, remove or change required settings of individual elements). Adding new GridSortInfo objects to this collection applies sorting by specific columns. Similarly, removing elements from the collection clears sorting by the corresponding columns.
To learn more, see TreeListView Sorting Specifics and Sorting in Code.
Object Collection<GridSortInfo> ObservableCollection<GridSortInfo> DevExpress.Xpf.Core.ObservableCollectionCore<GridSortInfo> DevExpress.Xpf.Grid.SortInfoCollectionBase TreeListSortInfoCollection
See Also