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 to this section

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

Declaration
public GroupResult()

Properties

CountLink to this section

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 to this section

The resulting elements in the group.

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

KeyLink to this section

The key value of the group.

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

SubgroupsLink to this section

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 to this section

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 🗙