menu

MAUI

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

    Show / Hide Table of Contents

    Class SerializableSortColumnDescription

    Represents a class that is used to serialize and deserialize SortColumnDescription property settings.

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

    Constructors

    SerializableSortColumnDescription()

    Declaration
    public SerializableSortColumnDescription()

    Properties

    ColumnName

    Gets or sets the name of the column.

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

    SortDirection

    Gets or sets the sort direction.

    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