Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DetailsCollapsedEventArgs<T>

    Show / Hide Table of Contents

    Class DetailsCollapsedEventArgs<T>

    Defines the event arguments of detail template after the row is collapsed.

    Inheritance
    System.Object
    GridEventBaseArgs
    DetailsCollapsedEventArgs<T>
    DetailsCollapsingEventArgs<T>
    Inherited Members
    GridEventBaseArgs.PreventRender
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class DetailsCollapsedEventArgs<T> : GridEventBaseArgs
    Type Parameters
    Name Description
    T

    TValue of grid component.

    Constructors

    DetailsCollapsedEventArgs()

    Declaration
    public DetailsCollapsedEventArgs()

    Properties

    Data

    Gets the collapsed row data.

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

    RowIndex

    Gets the index of collapsed row.

    Declaration
    public int RowIndex { get; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved