menu

WPF

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

    Show / Hide Table of Contents

    Class SortColumnDescription

    Describes a sorting criterion.

    Inheritance
    System.Object
    SortColumnDescription
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class SortColumnDescription : DependencyObject

    Constructors

    SortColumnDescription()

    Declaration
    public SortColumnDescription()

    Fields

    ColumnNameProperty

    Identifies the ColumnName dependency property.

    Declaration
    public static readonly DependencyProperty ColumnNameProperty
    Field Value
    Type
    System.Windows.DependencyProperty
    Remarks

    The identifier for the ColumnName dependency property.

    SortDirectionProperty

    Identifies the SortDirection dependency property.

    Declaration
    public static readonly DependencyProperty SortDirectionProperty
    Field Value
    Type
    System.Windows.DependencyProperty
    Remarks

    The identifier for the SortDirection dependency property.

    Properties

    ColumnName

    Gets or sets the name of the column.

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

    A string that specifies the name of the column. The default value is null.

    SortDirection

    Gets or sets the sort direction.

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

    One of the System.ComponentModel.ListSortDirection enumeration that specifies the sort direction.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved