Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class GroupResult

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

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

    Constructors

    GroupResult()

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

    Declaration
    public GroupResult()

    Properties

    Count

    The number of resulting elements in the group.

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

    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
    dynamic

    Subgroups

    The resulting subgroups in the group.

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

    Methods

    ToString()

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

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents this instance.

    Overrides
    object.ToString()

    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