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