ClassGridRowToggleEventArgs
Class
Definition
Namespace:Telerik.Blazor.Components.Grid
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public abstract class GridRowToggleEventArgs
Inheritance: objectGridRowToggleEventArgs
Derived Classes:
Constructors
Properties
Item
Defines the item that has been affected. You can cast it to the model type to which you bind the grid.
ShouldRender
Defines whether the component should re-render. Useful when you need to update parameter, or state of the Grid in the event.