Blazor

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

    Show / Hide Table of Contents

    Class DetailsExpandedEventArgs<T>

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

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

    TValue of grid component.

    Constructors

    DetailsExpandedEventArgs()

    Declaration
    public DetailsExpandedEventArgs()

    Properties

    Data

    Gets the expanded row data.

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

    RowIndex

    Gets the index of expanded 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