Back to Devexpress

TreeListSortInfoCollection Class

wpf-devexpress-dot-xpf-dot-grid-b8919c86.md

latest2.3 KB
Original Source

TreeListSortInfoCollection Class

A collection of GridSortInfo objects.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public class TreeListSortInfoCollection :
    SortInfoCollectionBase
vb
Public Class TreeListSortInfoCollection
    Inherits 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

TreeListSortInfoCollection Members

DevExpress.Xpf.Grid Namespace