Class GroupResult
Inheritance
System.Object
GroupResult
Assembly: Syncfusion.Blazor.dll
Syntax
public class GroupResult : Object
Constructors
GroupResult()
Declaration
Properties
Count
Declaration
public int Count { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Items
Declaration
public IEnumerable Items { get; set; }
Property Value
Type |
Description |
System.Collections.IEnumerable |
|
Key
Declaration
public object Key { get; set; }
Property Value
Type |
Description |
System.Object |
|
SubGroups
Declaration
public IEnumerable<GroupResult> SubGroups { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<GroupResult> |
|
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|