Class RowExpandedEventArgs<T>
Defines the event arguments for expand action of Tree Grid
Inheritance
System.Object
RowExpandedEventArgs<T>
Implements
System.IEquatable<RowExpandedEventArgs<T>>
Namespace: Syncfusion.Blazor.TreeGrid
Assembly: Syncfusion.Blazor.dll
Syntax
public class RowExpandedEventArgs<T> : Object, IEquatable<RowExpandedEventArgs<T>>
Type Parameters
Name | Description |
---|---|
T |
Constructors
RowExpandedEventArgs()
Declaration
public RowExpandedEventArgs()
Properties
Data
Defines the parent row data.
Declaration
public T Data { get; set; }
Property Value
Type | Description |
---|---|
T |
Row
Defines the parent row element.
Declaration
public DOM Row { get; set; }
Property Value
Type | Description |
---|---|
DOM |
Implements
System.IEquatable<>