Class GridRowCollapseEventArgs
The class that describes the event arguments to the grid events.
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class GridRowCollapseEventArgs : GridRowToggleEventArgs, IRenderEventArgs
Constructors
GridRowCollapseEventArgs(Object)
Declaration
public GridRowCollapseEventArgs(object item)
Parameters
System.Object
item
|