Class GridEventBaseArgs
Base type for all Grid event argument classes. Provides shared infrastructure used by the Grid during event callbacks, including a reference to the owning grid and a switch to suppress re-rendering.
Inheritance
GridEventBaseArgs
Inherited Members
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class GridEventBaseArgs
Constructors
GridEventBaseArgs()
Declaration
public GridEventBaseArgs()
Properties
PreventRender
Setting true will override the ShouldRender method of grid to return false.
Declaration
public bool PreventRender { get; set; }
Property Value
| Type |
|---|
| bool |