Class Group<T>
Defines the members of the grouped record.
Inheritance
System.Object
Group<T>
Namespace: Syncfusion.Blazor.Data
Assembly: Syncfusion.Blazor.dll
Syntax
public class Group<T> : List<Group<T>>
Type Parameters
Name | Description |
---|---|
T | Type of the data source elements. |
Constructors
Group()
Declaration
public Group()
Properties
Aggregates
Specifies the aggregates of this group.
Declaration
public object Aggregates { get; set; }
Property Value
Type |
---|
System.Object |
ChildLevels
Specifies the count of child if any.
Declaration
public int ChildLevels { get; set; }
Property Value
Type |
---|
System.Int32 |
CountItems
Specifies the count of items in this group.
Declaration
public int CountItems { get; set; }
Property Value
Type |
---|
System.Int32 |
Field
Specifies the field value.
Declaration
public string Field { get; set; }
Property Value
Type |
---|
System.String |
ForeignKey
Specifies the foreign key.
Declaration
public string ForeignKey { get; set; }
Property Value
Type |
---|
System.String |
GroupedData
Specifies the grouped data.
Declaration
public IEnumerable GroupedData { get; set; }
Property Value
Type |
---|
System.Collections.IEnumerable |
GroupGuid
Unique identifier.
Declaration
public string GroupGuid { get; set; }
Property Value
Type |
---|
System.String |
HeaderText
Specifies the header text of the field.
Declaration
public string HeaderText { get; set; }
Property Value
Type |
---|
System.String |
Items
Specifies the items of the group.
Declaration
public IEnumerable Items { get; set; }
Property Value
Type |
---|
System.Collections.IEnumerable |
Key
Specifies the group key value.
Declaration
public object Key { get; set; }
Property Value
Type |
---|
System.Object |
Level
Specifies the level of this group.
Declaration
public int Level { get; set; }
Property Value
Type |
---|
System.Int32 |
Records
Specifies the ungrouped records.
Declaration
public object[] Records { get; set; }
Property Value
Type |
---|
System.Object[] |
Result
Specifies the result.
Declaration
public object Result { get; set; }
Property Value
Type |
---|
System.Object |