Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class RowRenderEventArgs<T>

    Supplies information about a RadzenDataGrid<TItem> event that is being raised.

    Inheritance
    System.Object
    RowRenderEventArgs<T>
    DataGridCellRenderEventArgs<T>
    Namespace: Radzen
    Assembly: Radzen.Blazor.dll
    Syntax
    public class RowRenderEventArgs<T> : object
    Type Parameters
    Name Description
    T

    Properties

    Attributes

    Gets or sets the row HTML attributes. They will apply to the table row (tr) element which RadzenDataGrid renders for every row.

    Declaration
    public IDictionary<string, object> Attributes { get; }
    Property Value
    Type Description
    IDictionary<System.String, System.Object>

    Data

    Gets the data item which the current row represents.

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

    Expandable

    Gets or sets a value indicating whether this row is expandable.

    Declaration
    public bool Expandable { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if expandable; otherwise, false.

    Index

    Gets or sets a value indicating row index.

    Declaration
    public int Index { get; set; }
    Property Value
    Type Description
    System.Int32

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT