menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class GridScrollingEvents

    Provides data for the OnScrolled event.

    Inheritance
    System.Object
    GridScrollingEvents
    GridScrolledEventArgs
    Namespace: Syncfusion.SfDataGrid
    Assembly: Syncfusion.SfDataGrid.iOS.dll
    Syntax
    public class GridScrollingEvents : EventArgs

    Constructors

    GridScrollingEvents(nfloat)

    Initializes a new instance of the GridScrollingEvents class.

    Declaration
    public GridScrollingEvents(nfloat value)
    Parameters
    Type Name Description
    System.nfloat value

    The new vertical offset value.

    Properties

    ChangedValue

    Gets the changed vertical offset value.

    Declaration
    public nfloat ChangedValue { get; }
    Property Value
    Type Description
    System.nfloat

    The changed vertical offset value.

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