Class IndentationChangedEventArgs<T>
Provides information about the IndentationChanged event.
Namespace: Syncfusion.Blazor.TreeGrid
Assembly: Syncfusion.Blazor.dll
Syntax
public class IndentationChangedEventArgs<T> : Object
Type Parameters
| Name |
|---|
| T |
Constructors
IndentationChangedEventArgs()
Declaration
public IndentationChangedEventArgs()
Properties
Data
Gets the selected row data associated with the indent or outdent action.
Declaration
public T Data { get; }
Property Value
| Type | Description |
|---|---|
| T | The data of the selected row. |
Index
Gets the index of the row associated with the indent or outdent action.
Declaration
public int Index { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | An integer representing the index of the row for indent or outdent action. |
IsIndent
Gets whether the current indentation change action is indent or outdent.
Declaration
public bool IsIndent { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
|
Remarks
This property indicates the whether it is indent or outdent action occurred during indentation change.
Level
Gets the level of the row associated with the indent our outdent action.
Declaration
public int Level { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | An integer representing the level of the row for indent or outdent action. |
Remarks
This property indicates the hierarchical level of the row affected by the indent action.