ClassOrderedSortConditionBase<T>
Class
Abstract base for sort conditions that apply ascending or descending order to cell properties.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model.Sorting
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Type Parameters:
T
The type of the T.
Syntax:
cs-api-definition
public abstract class OrderedSortConditionBase<T> : SortConditionBase<T>, ISortCondition
Inheritance: objectSortConditionBase<T>OrderedSortConditionBase<T>
Derived Classes:
Implements:
Inherited Members
Constructors
OrderedSortConditionBase(int, SortOrder)
Initializes a new sort condition with a specified relative index and sort order.
Properties
Methods
Equals(object)
Determines whether the specified sort condition has the same sort order and base properties.
GetHashCode()
Computes a hash code combining the sort order and base sort condition properties.