alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class RowCollapsedEventArgs<T>

    Defines the event arguments for collapse action of Tree Grid.

    Inheritance
    object
    RowCollapsedEventArgs<T>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.TreeGrid
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class RowCollapsedEventArgs<T>
    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
    List<T>

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

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