menu

UWP

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

    Show / Hide Table of Contents

    Class SortDescriptionIndex

    Class that defines the sort description index and the sort description.

    Inheritance
    System.Object
    SortDescriptionIndex
    Namespace: Syncfusion.Data.Extensions
    Assembly: Syncfusion.Data.UWP.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
    Syncfusion.Data.SortDescription

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

    Extension Methods

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