ListSortDescription Class

Definition

Provides a description of the sort operation applied to a data source.

public ref class ListSortDescription
public class ListSortDescription
type ListSortDescription = class
Public Class ListSortDescription
Inheritance
ListSortDescription

Remarks

The ListSortDescription is used by the IBindingListView interface.

Constructors

ListSortDescription(PropertyDescriptor, ListSortDirection)

Initializes a new instance of the ListSortDescription class with the specified property description and direction.

Properties

PropertyDescriptor

Gets or sets the abstract description of a class property associated with this ListSortDescription.

SortDirection

Gets or sets the direction of the sort operation associated with this ListSortDescription.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to