Blazor

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

    Show / Hide Table of Contents

    Class RowCollapsedEventArgs<T>

    Defines the event arguments for collapse action of Tree Grid

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

    Constructors

    RowCollapsedEventArgs()

    Declaration
    public RowCollapsedEventArgs()

    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

    Methods

    Equals(RowCollapsedEventArgs<T>)

    Declaration
    public bool Equals(RowCollapsedEventArgs<T> rowCollapsedEventArgs)
    Parameters
    Type Name Description
    RowCollapsedEventArgs<T> rowCollapsedEventArgs
    Returns
    Type Description
    System.Boolean

    Implements

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