Sort Class

Definition

Specifies sort field and direction.

public sealed class Sort
type Sort = class
Public NotInheritable Class Sort
Inheritance
Sort

Constructors

Sort(String, SortDirection)

Initializes a new instance of the Sort class.

Properties

SortDirection

Gets the sort direction.

SortField

Gets the sort field.

Methods

ToString()

Prints the sort details.

Applies to