menu

MAUI

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

    Show / Hide Table of Contents

    Class SortColumnDescription

    Represents a class for that contains the sorting information like sort column's name and sorting direction based on which sorting for a column is processed in a SfDataGrid.

    Inheritance
    System.Object
    SortColumnDescription
    Namespace: Syncfusion.Maui.DataGrid
    Assembly: Syncfusion.Maui.DataGrid.dll
    Syntax
    public class SortColumnDescription : BindableObject

    Constructors

    SortColumnDescription()

    Declaration
    public SortColumnDescription()

    Fields

    ColumnNameProperty

    Identifies the ColumnName Microsoft.Maui.Controls.BindableProperty.

    Declaration
    public static readonly BindableProperty ColumnNameProperty
    Field Value
    Type
    Microsoft.Maui.Controls.BindableProperty

    SortDirectionProperty

    Identifies the SortDirection Microsoft.Maui.Controls.BindableProperty.

    Declaration
    public static readonly BindableProperty SortDirectionProperty
    Field Value
    Type
    Microsoft.Maui.Controls.BindableProperty

    Properties

    ColumnName

    Gets or sets the name of the column to be sorted.

    Declaration
    public string ColumnName { get; set; }
    Property Value
    Type
    System.String

    SortDirection

    Gets or sets the direction of sorting for the given column.

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