menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class IndentationChangingEventArgs<T> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class IndentationChangingEventArgs<T>

    Provides information about the IndentationChanging event.

    Inheritance
    System.Object
    IndentationChangedEventArgs<T>
    IndentationChangingEventArgs<T>
    Inherited Members
    IndentationChangedEventArgs<T>.Data
    IndentationChangedEventArgs<T>.Index
    IndentationChangedEventArgs<T>.IsIndent
    IndentationChangedEventArgs<T>.Level
    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 false. If the Cancel property is set to true, the indenting or outdenting action will be canceled in the tree grid.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved