Class GroupResult
Inherited Members
Namespace: Syncfusion.Blazor.Data
Assembly: Syncfusion.Blazor.dll
Syntax
public class GroupResult
Constructors
GroupResult()
Declaration
public GroupResult()
Properties
Count
Declaration
public int Count { get; set; }
Property Value
| Type |
|---|
| int |
Items
Declaration
public IEnumerable Items { get; set; }
Property Value
| Type |
|---|
| IEnumerable |
Key
Declaration
public object Key { get; set; }
Property Value
| Type |
|---|
| object |
SubGroups
Declaration
public IEnumerable<GroupResult> SubGroups { get; set; }
Property Value
| Type |
|---|
| IEnumerable<GroupResult> |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type |
|---|
| string |