menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SortColumnDescriptionCollection - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SortColumnDescriptionCollection

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

    Inheritance
    System.Object
    SortColumnDescriptionCollection
    Namespace: Syncfusion.Maui.DataGrid
    Assembly: Syncfusion.Maui.DataGrid.dll
    Syntax
    public class SortColumnDescriptionCollection : ObservableCollection<SortColumnDescription>

    Constructors

    SortColumnDescriptionCollection()

    Declaration
    public SortColumnDescriptionCollection()

    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
    Property Value
    Type
    SortColumnDescription
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved