menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ReverseOrderComparer - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ReverseOrderComparer

    Class used for sorting the PivotItems in reverse order.

    Inheritance
    System.Object
    ReverseOrderComparer
    Implements
    System.Collections.IComparer
    Namespace: Syncfusion.UI.Xaml.PivotGrid
    Assembly: Syncfusion.SfPivotGrid.UWP.dll
    Syntax
    public class ReverseOrderComparer : Object, IComparer

    Constructors

    ReverseOrderComparer()

    Declaration
    public ReverseOrderComparer()

    Methods

    Compare(Object, Object)

    Method to compare two objects.

    Declaration
    public int Compare(object x, object y)
    Parameters
    Type Name Description
    System.Object x

    Object to compare.

    System.Object y

    Object to compare.

    Returns
    Type Description
    System.Int32

    The comparer.

    Implements

    System.Collections.IComparer

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved