Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class GroupRowRenderEventArgs

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

    Inheritance
    object
    GroupRowRenderEventArgs
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Radzen
    Assembly: Radzen.Blazor.dll
    Syntax
    public class GroupRowRenderEventArgs

    Constructors

    GroupRowRenderEventArgs()

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

    Declaration
    public GroupRowRenderEventArgs()

    Properties

    Attributes

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

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

    Expanded

    Gets or sets a value indicating whether this group row is expanded.

    Declaration
    public bool? Expanded { get; set; }
    Property Value
    Type Description
    bool?

    true if expanded; otherwise, false.

    FirstRender

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

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

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

    Group

    Gets the data item which the current row represents.

    Declaration
    public Group Group { get; }
    Property Value
    Type Description
    Group

    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