menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ZoomingEventArgs

    Provides data for the Zooming event.

    Inheritance
    System.Object
    CancelEventArgs
    GridCancelEventArgs
    ZoomingEventArgs
    Inherited Members
    CancelEventArgs.Cancel
    GridCancelEventArgs.OriginalSender
    Namespace: Syncfusion.SfDataGrid.XForms
    Assembly: Syncfusion.SfDataGrid.XForms.dll
    Syntax
    public class ZoomingEventArgs : GridCancelEventArgs

    Constructors

    ZoomingEventArgs(Object)

    Initializes a new instance of the ZoomingEventArgs class.

    Declaration
    public ZoomingEventArgs(object originalSource)
    Parameters
    Type Name Description
    System.Object originalSource

    The original source that triggers the event.

    Properties

    CurrentZoomScale

    Gets the current zoom scale value of SfDataGrid control.

    Declaration
    public float CurrentZoomScale { get; }
    Property Value
    Type
    System.Single

    PreviousZoomScale

    Gets the previous zoom scale value of SfDataGrid control.

    Declaration
    public float PreviousZoomScale { get; }
    Property Value
    Type
    System.Single

    State

    Gets the current status(starting or progressing or completed) of the zooming operation in SfDataGrid control.

    Declaration
    public ProgressStates State { get; }
    Property Value
    Type Description
    ProgressStates

    Returns the ProgressStates that specifies the current status of the zooming operation in SfDataGrid control.

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