menu

Blazor

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

    Show / Hide Table of Contents

    Class RecordClickEventArgs<T>

    Defines the event arguments for the record click action of the Tree Grid.

    Inheritance
    System.Object
    RecordClickEventArgs<T>
    Namespace: Syncfusion.Blazor.TreeGrid
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class RecordClickEventArgs<T> : Object
    Type Parameters
    Name Description
    T

    TValue of the tree grid component.

    Constructors

    RecordClickEventArgs()

    Declaration
    public RecordClickEventArgs()

    Properties

    CellIndex

    Gets the index of the clicked cell.

    Declaration
    public int CellIndex { get; }
    Property Value
    Type Description
    System.Int32

    The index of the cell that was clicked. The default value is -1.

    Column

    Gets the column object related to the clicked cell.

    Declaration
    public GridColumn Column { get; }
    Property Value
    Type Description
    GridColumn

    An instances of GridColumn in the tree grid.

    RowData

    Gets the data object of the current row that was clicked.

    Declaration
    public T RowData { get; }
    Property Value
    Type Description
    T

    An object of the type TValue that represents the row data.

    RowIndex

    Gets the index of the clicked row.

    Declaration
    public int RowIndex { get; }
    Property Value
    Type Description
    System.Int32

    The index of the row that was clicked. The default value is -1.

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