menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SortDescription - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SortDescription

    Describes a sorting criterion.

    Inheritance
    System.Object
    SortDescription
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Data
    Assembly: Syncfusion.Data.WinForms.dll
    Syntax
    public class SortDescription

    Constructors

    SortDescription()

    Declaration
    public SortDescription()

    SortDescription(String, ListSortDirection)

    Declaration
    public SortDescription(string propertyName, ListSortDirection direction)
    Parameters
    Type Name Description
    System.String propertyName
    System.ComponentModel.ListSortDirection direction

    Properties

    Direction

    Declaration
    public ListSortDirection Direction { get; set; }
    Property Value
    Type
    System.ComponentModel.ListSortDirection

    PropertyName

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