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