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