Class GridEventBaseArgs
Inheritance
System.Object
GridEventBaseArgs
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class GridEventBaseArgs : Object
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 |
---|
System.Boolean |