GroupResult Class

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

Inheritance

Object

GroupResult

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class GroupResult

Constructors

GroupResultlink

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

Declaration
public GroupResult()

Properties

Countlink

The number of resulting elements in the group.

Declaration
public int Count { get; }
Property Value
Type Description
intThe number of resulting elements in the group.

Itemslink

The resulting elements in the group.

Declaration
public Collections.IEnumerable Items { get; }
Property Value
Type Description
Collections.IEnumerableThe resulting elements in the group.

Keylink

The key value of the group.

Declaration
public object Key { get; }
Property Value
Type Description
objectThe key value of the group.

Subgroupslink

The resulting subgroups in the group.

Declaration
public IEnumerable<GroupResult> Subgroups { get; }
Property Value
Type Description
IEnumerable<GroupResult>The resulting subgroups in the group.

Methods

ToStringlink

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
stringA String that represents this instance.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙