menu

WinForms

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

    Show / Hide Table of Contents

    Class SortColumnChangedEventArgs

    Provides data for handling selection in sorted column.

    Inheritance
    System.Object
    SortColumnChangedEventArgs
    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.WinForms.DataGrid.Events
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public class SortColumnChangedEventArgs

    Constructors

    SortColumnChangedEventArgs()

    Initializes a new instance of the SortColumnChangedEventArgs class.

    Declaration
    public SortColumnChangedEventArgs()

    Properties

    IsProgrammatic

    Gets or sets a value indicating whether is programmatic.

    Declaration
    public bool IsProgrammatic { get; set; }
    Property Value
    Type
    System.Boolean

    ScrollToCurrentItem

    Gets or sets a value indicating whether the SFDataGrid scroll to CurrentItem after sorting.

    Declaration
    public bool ScrollToCurrentItem { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if scrolled to CurrentItem; otherwise, false.

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