menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SortDescriptionIndex

    Inheritance
    System.Object
    SortDescriptionIndex
    Namespace: Syncfusion.Data.Extensions
    Assembly: Syncfusion.Data.Portable.dll
    Syntax
    public class SortDescriptionIndex : Object

    Constructors

    SortDescriptionIndex()

    Declaration
    public SortDescriptionIndex()

    Properties

    Index

    Gets or sets the index of the sort description.

    Declaration
    public int Index { get; set; }
    Property Value
    Type Description
    System.Int32

    The index of the sort description.

    SortDescription

    Gets or sets the sort descriptions, which contains the information of the column that represents sorting.

    Declaration
    public SortDescription SortDescription { get; set; }
    Property Value
    Type Description
    SortDescription

    The sort descriptions, which contains the information of the column that represents sorting.

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