menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SortColumnDescriptions

    A collection of SortColumnDescription objects that used to maintain the sorting information in a SfDataGrid control.

    Inheritance
    System.Object
    SortColumnDescriptions
    Namespace: Syncfusion.SfDataGrid.XForms
    Assembly: Syncfusion.SfDataGrid.XForms.dll
    Syntax
    public class SortColumnDescriptions : ObservableCollection<SortColumnDescription>

    Constructors

    SortColumnDescriptions()

    Initializes a new instance of the SortColumnDescriptions class.

    Declaration
    public SortColumnDescriptions()

    Properties

    Item[String]

    Returns the SortColumnDescription with the given column name from the SortColumnDescriptions collection.

    Declaration
    public SortColumnDescription this[string columnName] { get; }
    Parameters
    Type Name Description
    System.String columnName

    The column name whose SortColumnDescription to be retrieved.

    Property Value
    Type Description
    SortColumnDescription

    The SortColumnDescription with the given column name from the SortColumnDescriptions collection.

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