menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ZoomEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ZoomEventArgs

    Provides information about the Zooming event.

    Inheritance
    System.Object
    ZoomEventArgs
    Namespace: Syncfusion.Blazor.Gantt
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ZoomEventArgs : Object

    Constructors

    ZoomEventArgs()

    Declaration
    public ZoomEventArgs()

    Properties

    Action

    Gets the action name that triggered the zoom operation.

    Declaration
    public ZoomAction Action { get; }
    Property Value
    Type Description
    ZoomAction

    One of the ZoomAction value that represents the zoom action. Possible values are “ZoomIn”, “ZoomOut” and “ZoomToFit”.

    Cancel

    Gets or sets a value indicating whether to cancel the zoom operation.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    If the Cancel property is set to true, the zoom action will be cancelled. The default value is false.

    ZoomTimelineSettings

    Gets an instance of GanttZoomTimelineSettings which provides details of the zoom action.

    Declaration
    public GanttZoomTimelineSettings ZoomTimelineSettings { get; }
    Property Value
    Type Description
    GanttZoomTimelineSettings

    An instance of GanttZoomTimelineSettings.

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