SortDescriptions Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataGridDetailDescription Class : SortDescriptions Property

Gets a collection of SortDescription objects that describe how the items in the collection are sorted in the detail.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property SortDescriptions As SortDescriptionCollection
C# 
public SortDescriptionCollection SortDescriptions {get;}

Return Value

A SortDescriptionCollection containing the SortDescription objects that describe how the items in the collection are sorted in the detail.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also