menu

WinUI

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

    Show / Hide Table of Contents

    Class SortColumnChangedHandle

    Provides data for handling selection in sorted column.

    Inheritance
    System.Object
    SortColumnChangedHandle
    Namespace: Syncfusion.UI.Xaml.Grids
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public class SortColumnChangedHandle : Object

    Constructors

    SortColumnChangedHandle()

    Initializes a new instance of SortColumnChangedHandle class.

    Declaration
    public SortColumnChangedHandle()

    Properties

    IsProgrammatic

    Gets or sets a value that indicates whether IsProgrammatic will be set whether the sorting applied programmatically.

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

    true if IsProgrammatic set from code behind; otherwise, false.

    ScrollToCurrentItem

    Gets or sets a value that indicates whether 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