WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • 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 Description
    SortDescription
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved