Class IndentationChangingEventArgs<T>
Provides information about the IndentationChanging event.
Inherited Members
Namespace: Syncfusion.Blazor.TreeGrid
Assembly: Syncfusion.Blazor.dll
Syntax
public class IndentationChangingEventArgs<T> : IndentationChangedEventArgs<T>
Type Parameters
| Name |
|---|
| T |
Constructors
IndentationChangingEventArgs()
Declaration
public IndentationChangingEventArgs()
Properties
Cancel
Gets or sets a value indicating whether to cancel a row indentation changing action in the tree grid.
Declaration
public bool Cancel { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The default value is |