Blazor

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

    Show / Hide Table of Contents

    Class RowExpandedEventArgs<T>

    Defines the event arguments for expand action of Tree Grid

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

    Constructors

    RowExpandedEventArgs()

    Declaration
    public RowExpandedEventArgs()

    Properties

    Data

    Defines the parent row data.

    Declaration
    public T Data { get; set; }
    Property Value
    Type Description
    T

    Row

    Defines the parent row element.

    Declaration
    public DOM Row { get; set; }
    Property Value
    Type Description
    DOM

    Implements

    System.IEquatable<>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved