ClassColumnSortDescriptor
Class
Represents a sort descriptor that contains the information for sorting a specific column.
Definition
Namespace:Telerik.Windows.Controls.VirtualGrid
Assembly:Telerik.Windows.Controls.VirtualGrid.dll
Syntax:
cs-api-definition
public class ColumnSortDescriptor : SortDescriptorBase, ISuspendNotifications, ISortDescriptor, INotifyPropertyChanged
Inheritance: objectInheritanceContextPropagatorDescriptorBaseSortDescriptorBaseColumnSortDescriptor
Implements:
Inherited Members
Constructors
ColumnSortDescriptor(string, Type)
Initializes a new instance of the ColumnSortDescriptor class.
Properties
IsActive
Gets or sets a value that indicates whether the sort descriptor should be applied.
SortDirection
Gets or sets descriptor's sort direction.
Declaration
cs-api-definition
public override ListSortDirection SortDirection { get; set; }
Property Value
Overrides
Methods
CreateSortKeyExpression(Expression)
Create sort expression.
Declaration
cs-api-definition
public override Expression CreateSortKeyExpression(Expression itemExpression)
Parameters
itemExpression
Returns
Overrides
CreateSortKeyExpression(ParameterExpression)
Create sort expression.
Declaration
cs-api-definition
protected override Expression CreateSortKeyExpression(ParameterExpression parameterExpression)
Parameters
parameterExpression
Returns
Overrides