menu

WinForms

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

    Show / Hide Table of Contents

    Class SortDescriptionCollection

    Represents a collection of sorting column description that raises notification for both collection and item changes.

    Inheritance
    System.Object
    SortDescriptionCollection
    Namespace: Syncfusion.Data
    Assembly: Syncfusion.Data.WinForms.dll
    Syntax
    public class SortDescriptionCollection : ObservableCollection<SortDescription>
    Remarks

    You can add many instance to perform sorting.

    Constructors

    SortDescriptionCollection()

    Initializes a new instance of class.

    Declaration
    public SortDescriptionCollection()

    Properties

    Item[String]

    Declaration
    public SortDescription this[string columnName] { get; }
    Parameters
    Type Name Description
    System.String columnName
    Property Value
    Type
    SortDescription

    Methods

    InsertItem(Int32, SortDescription)

    to do

    Declaration
    protected override void InsertItem(int index, SortDescription item)
    Parameters
    Type Name Description
    System.Int32 index
    SortDescription item
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved