menu

WinForms

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

    Show / Hide Table of Contents

    Class SortColumn

    Representing the class that contains the columns that represents sorting, which contains the column name that is sorted and sort direction.

    Inheritance
    System.Object
    SortColumn
    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.DataSource
    Assembly: Syncfusion.DataSource.WinForms.dll
    Syntax
    public class SortColumn

    Constructors

    SortColumn()

    Initializes a new instance of the SortColumn class.

    Declaration
    public SortColumn()

    Properties

    ColumnName

    Gets or sets the column name.

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

    SortDirection

    Gets or sets the sorting direction.

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