menu

Blazor

  • Code Examples
  • 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>
    Namespace: Syncfusion.Blazor.TreeGrid
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class RowCollapsedEventArgs<T> : Object
    Type Parameters
    Name Description
    T

    A type which provides schema for the event arguments.

    Constructors

    RowCollapsedEventArgs()

    Declaration
    public RowCollapsedEventArgs()

    Properties

    Data

    Defines the parent row data.

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

    The data object representing the parent row.

    Items

    Defines the parent row data.

    Declaration
    public List<T> Items { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<T>

    The list of data object representing the parent rows/currentview records.

    Row

    Defines the parent row element.

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

    A DOM object representing the parent row element.

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