Class BusyIndicatorShowingEventArgs
Provides the data for the BusyIndicatorShowing event.
Inherited Members
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 |