menu

Blazor

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

    Show / Hide Table of Contents

    Class IndentationChangedEventArgs<T>

    Provides information about the IndentationChanged event.

    Inheritance
    System.Object
    IndentationChangedEventArgs<T>
    IndentationChangingEventArgs<T>
    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

    true, if current action performed is indent; otherwise, false.

    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.

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