Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class DataGridRenderEventArgs<T>

    Supplies information about a Render event that is being raised.

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

    Properties

    FirstRender

    Gets a value indicating whether this is the first time the RadzenDataGrid has rendered.

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

    true if this is the first time; otherwise, false.

    Grid

    Gets the instance of the RadzenDataGrid component which has rendered.

    Declaration
    public RadzenDataGrid<T> Grid { get; }
    Property Value
    Type Description
    RadzenDataGrid<T>

    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