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:
C#
public abstract class OrderedSortConditionBase<T> : SortConditionBase<T>, ISortCondition
Inheritance: objectSortConditionBase<T>OrderedSortConditionBase<T>
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new sort condition with a specified relative index and sort order.
Methods
Determines whether the specified sort condition has the same sort order and base properties.