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
Items
Declaration
public IEnumerable Items { get; set; }
Property Value
Type |
System.Collections.IEnumerable |
Key
Declaration
public object Key { get; set; }
Property Value
SubGroups
Declaration
public IEnumerable<GroupResult> SubGroups { get; set; }
Property Value
Type |
System.Collections.Generic.IEnumerable<GroupResult> |
Methods
ToString()
Declaration
public override string ToString()
Returns