menu

WinForms

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

    Show / Hide Table of Contents

    Class BusyIndicatorShowingEventArgs

    Provides the data for the BusyIndicatorShowing event.

    Inheritance
    System.Object
    GridCancelEventArgs
    BusyIndicatorShowingEventArgs
    Inherited Members
    GridCancelEventArgs.OriginalSender
    Namespace: Syncfusion.WinForms.DataGrid
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public class BusyIndicatorShowingEventArgs : GridCancelEventArgs

    Constructors

    BusyIndicatorShowingEventArgs(Object)

    Initializes a new instance of the BusyIndicatorShowingEventArgs class.

    Declaration
    public BusyIndicatorShowingEventArgs(object originalSender)
    Parameters
    Type Name Description
    System.Object originalSender

    The object of the sender.

    Properties

    BusyIndicatorAction

    Gets the grid operation performed in the SfDataGrid.

    Declaration
    public BusyIndicatorAction BusyIndicatorAction { get; }
    Property Value
    Type
    BusyIndicatorAction

    Image

    Gets or sets the animated image for the busy indicator.

    Declaration
    public Image Image { get; set; }
    Property Value
    Type
    System.Drawing.Image

    Location

    Gets or sets the loading location of the busy indicator.

    Declaration
    public Point Location { get; set; }
    Property Value
    Type
    System.Drawing.Point
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved