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. |