RadControls for Silverlight

Allows sorting by a lambda expression.

Namespace: Telerik.Windows.Data
Assembly: Telerik.Windows.Data (in Telerik.Windows.Data.dll) Version: 2013.1.403.1050

Syntax

C#
public class SortDescriptor<TElement, TKey> : SortDescriptorBase
Visual Basic
Public Class SortDescriptor(Of TElement, TKey) _
	Inherits SortDescriptorBase

Type Parameters

TElement
TKey

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    Telerik.Windows.Data..::..DescriptorBase
      Telerik.Windows.Data..::..SortDescriptorBase
        Telerik.Windows.Data..::..SortDescriptor<(Of <(<'TElement, TKey>)>)>

See Also