WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SortColumnChangedHandle - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SortColumnChangedHandle

    Provides data for handling selection in sorted column.

    Inheritance
    System.Object
    SortColumnChangedHandle
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class SortColumnChangedHandle

    Constructors

    SortColumnChangedHandle()

    Initializes a new instance of SortColumnChangedHandle class.

    Declaration
    public SortColumnChangedHandle()

    Properties

    IsProgrammatic

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

    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 - 2021 Syncfusion Inc. All Rights Reserved