SortDescription Class

Definition

Sort description

public class SortDescription
type SortDescription = class
Public Class SortDescription
Inheritance
SortDescription

Constructors

SortDescription(SortDirection, IComparer)

Initializes a new instance of the SortDescription class that describes a sort on the object itself

SortDescription(String, SortDirection, IComparer)

Initializes a new instance of the SortDescription class.

Properties

Comparer

Gets the comparer

Direction

Gets the direction of sort

PropertyName

Gets the name of property to sort on

Applies to