Class SortColumnChangedHandleArgs
Provides data for the ProcessOnSortChanged(SortColumnChangedHandleArgs) override for processing sorting changes.
Inheritance
System.Object
SortColumnChangedHandleArgs
Namespace: Syncfusion.SfDataGrid.XForms
Assembly: Syncfusion.SfDataGrid.XForms.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 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. |