menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ISortDirection - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ISortDirection

    The interface that defines the sort direction. The user can implement this
    interface in custom sort comparer to get the sort direction.

    Namespace: Syncfusion.Data
    Assembly: Syncfusion.Data.Portable.dll
    Syntax
    public interface ISortDirection

    Properties

    SortDirection

    Gets or sets the possible direction of a sort operation.

    Declaration
    ListSortDirection SortDirection { get; set; }
    Property Value
    Type Description
    ListSortDirection

    The possible direction of a sort operation.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved