menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SortColumnChangedHandleArgs - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

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