Skip to main content

TreeListSortInfoCollection Class

A collection of GridSortInfo objects.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public class TreeListSortInfoCollection :
    SortInfoCollectionBase

The following members return TreeListSortInfoCollection objects:

Remarks

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.

Inheritance

Object
Collection<GridSortInfo>
ObservableCollection<GridSortInfo>
DevExpress.Xpf.Core.ObservableCollectionCore<GridSortInfo>
DevExpress.Xpf.Grid.SortInfoCollectionBase
TreeListSortInfoCollection
See Also