SortDescriptor
Class
Represents declarative sorting.
Definition
Namespace:Telerik.Windows.Data
Assembly:Telerik.Windows.Data.dll
Syntax:
C#
public class SortDescriptor : SortDescriptorBase, ISuspendNotifications, ISortDescriptor, INotifyPropertyChanged, IEquatable<SortDescriptor>
Inheritance: objectInheritanceContextPropagatorDescriptorBaseSortDescriptorBaseSortDescriptor
Implements:
Inherited Members
Constructors
C#
public SortDescriptor()
Fields
MemberProperty
DependencyProperty
Identifies the Member dependency property.
C#
public static readonly DependencyProperty MemberProperty
Properties
Methods
Creates a sort expression that returns the sorting key for each item in a collection.
C#
protected override Expression CreateSortKeyExpression(ParameterExpression parameterExpression)
The parameter expression, which will be used for sorting.
Returns:Expression that creates a sort key for the given item.
Overrides:
Checks whether this SortDescriptor is equal to another.
C#
public bool Equals(SortDescriptor other)
The SortDescriptor to check equality against.
Returns:Implements: