Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class GroupResult

    The result of a call to a QueryableExtension.GroupByMany() overload.

    Inheritance
    System.Object
    GroupResult
    Namespace: Radzen
    Assembly: Radzen.Blazor.dll
    Syntax
    public class GroupResult : object

    Properties

    Count

    The number of resulting elements in the group.

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

    Items

    The resulting elements in the group.

    Declaration
    public IEnumerable Items { get; }
    Property Value
    Type Description
    IEnumerable

    Key

    The key value of the group.

    Declaration
    public dynamic Key { get; }
    Property Value
    Type Description
    System.Object

    Subgroups

    The resulting subgroups in the group.

    Declaration
    public IEnumerable<GroupResult> Subgroups { get; }
    Property Value
    Type Description
    IEnumerable<GroupResult>

    Methods

    ToString()

    Returns a showing the key of the group and the number of items in the group.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    A that represents this instance.

    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