menu

Blazor

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

    Show / Hide Table of Contents

    Class DetailDataBoundEventArgs<T>

    Provides information about an DetailDataBound event.

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

    Constructors

    DetailDataBoundEventArgs()

    Declaration
    public DetailDataBoundEventArgs()

    Properties

    Data

    Gets the data of the currently selected row.

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

    The data of the currently selected row as a type parameter of the class.

    DetailElement

    Defines the details row element.

    Declaration
    public DOM DetailElement { get; set; }
    Property Value
    Type
    DOM
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved