menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class SortDescriptorIndex

    Provides data regarding the index of sort descriptor.

    Inheritance
    System.Object
    SortDescriptorIndex
    Namespace: Syncfusion.DataSource.Extensions
    Assembly: Syncfusion.DataSource.Portable.dll
    Syntax
    public class SortDescriptorIndex : Object

    Constructors

    SortDescriptorIndex()

    Declaration
    public SortDescriptorIndex()

    Properties

    Index

    Gets or sets the item index.

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

    SortDescriptor

    Gets or sets the sort descriptor.

    Declaration
    public SortDescriptor SortDescriptor { get; set; }
    Property Value
    Type
    SortDescriptor
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved