Blazor

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

    Show / Hide Table of Contents

    Class RowDataBoundEventArgs<T>

    Defines the event arguments of row databound.

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

    TValue of the grid component

    Constructors

    RowDataBoundEventArgs()

    Declaration
    public RowDataBoundEventArgs()

    Properties

    Data

    Defines the current row data.

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

    Row

    Defines the row element.

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

    RowHeight

    Defines the row height

    Declaration
    public double RowHeight { get; set; }
    Property Value
    Type Description
    System.Double

    Methods

    Equals(RowDataBoundEventArgs<T>)

    Declaration
    public bool Equals(RowDataBoundEventArgs<T> rowDataBoundEventArgs)
    Parameters
    Type Name Description
    RowDataBoundEventArgs<T> rowDataBoundEventArgs
    Returns
    Type Description
    System.Boolean

    Implements

    System.IEquatable<>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved