Abstract base class for the sort conditions which describe how to sort data in a region.

Inheritance

object

Gets the value which indicates the sort direction represented by the sort condition.

public SortDirection SortDirection { get; }

Determines whether the is equal to the specified object.

public override bool Equals(object obj)

Parameters

  • obj: object

Returns any

Gets the hash code for the .

public override int GetHashCode()

Returns any