Class ZoomingEventArgs
Provides data for the Zooming event.
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. |