Class SortColumnChangedHandleArgs
Provides data for the ProcessOnSortChanged(SortColumnChangedHandleArgs) override for processing sorting changes.
Inheritance
System.Object
    SortColumnChangedHandleArgs
  Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.Android.dll
Syntax
public class SortColumnChangedHandleArgs : Object
  Constructors
SortColumnChangedHandleArgs()
Initializes a new instance of the SortColumnChangedHandleArgs class.
Declaration
public SortColumnChangedHandleArgs()
  Properties
ScrollToCurrentItem
Gets or sets a value indicating whether to scroll to the current item.
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 is false.  |