menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataGridSortDescriptionChangedEventArgs - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataGridSortDescriptionChangedEventArgs

    to do

    Inheritance
    System.Object
    DataGridSortDescriptionChangedEventArgs
    Namespace: Syncfusion.Maui.DataGrid
    Assembly: Syncfusion.Maui.DataGrid.dll
    Syntax
    public class DataGridSortDescriptionChangedEventArgs : Object

    Constructors

    DataGridSortDescriptionChangedEventArgs()

    Initializes a new instance of the DataGridSortDescriptionChangedEventArgs class.

    Declaration
    public DataGridSortDescriptionChangedEventArgs()

    Properties

    ScrollToCurrentItem

    Gets or sets a value indicating whether to scroll to the current item or not.

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

    True if need to scroll to the current item, otherwise, false. The default value is false.

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