Class RowCollapsedEventArgs<T>
Defines the event arguments for collapse action of Tree Grid
Inheritance
System.Object
RowCollapsedEventArgs<T>
Implements
System.IEquatable<RowCollapsedEventArgs<T>>
Namespace: Syncfusion.Blazor.TreeGrid
Assembly: Syncfusion.Blazor.dll
Syntax
public class RowCollapsedEventArgs<T> : Object, IEquatable<RowCollapsedEventArgs<T>>
Type Parameters
Name | Description |
---|---|
T |
Constructors
RowCollapsedEventArgs()
Declaration
public RowCollapsedEventArgs()
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 |
Methods
Equals(RowCollapsedEventArgs<T>)
Declaration
public bool Equals(RowCollapsedEventArgs<T> rowCollapsedEventArgs)
Parameters
Type | Name | Description |
---|---|---|
RowCollapsedEventArgs<T> | rowCollapsedEventArgs |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>