alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class Group<T>

    Defines the members of the grouped record.

    Inheritance
    object
    List<Group<T>>
    Group<T>
    Implements
    IList<Group<T>>
    ICollection<Group<T>>
    IList
    ICollection
    IReadOnlyList<Group<T>>
    IReadOnlyCollection<Group<T>>
    IEnumerable<Group<T>>
    IEnumerable
    Inherited Members
    List<Group<T>>.Add(Group<T>)
    List<Group<T>>.AddRange(IEnumerable<Group<T>>)
    List<Group<T>>.AsReadOnly()
    List<Group<T>>.BinarySearch(Group<T>)
    List<Group<T>>.BinarySearch(Group<T>, IComparer<Group<T>>)
    List<Group<T>>.BinarySearch(int, int, Group<T>, IComparer<Group<T>>)
    List<Group<T>>.Capacity
    List<Group<T>>.Clear()
    List<Group<T>>.Contains(Group<T>)
    List<Group<T>>.ConvertAll<TOutput>(Converter<Group<T>, TOutput>)
    List<Group<T>>.CopyTo(Group<T>[])
    List<Group<T>>.CopyTo(Group<T>[], int)
    List<Group<T>>.CopyTo(int, Group<T>[], int, int)
    List<Group<T>>.Count
    List<Group<T>>.EnsureCapacity(int)
    List<Group<T>>.Exists(Predicate<Group<T>>)
    List<Group<T>>.Find(Predicate<Group<T>>)
    List<Group<T>>.FindAll(Predicate<Group<T>>)
    List<Group<T>>.FindIndex(int, int, Predicate<Group<T>>)
    List<Group<T>>.FindIndex(int, Predicate<Group<T>>)
    List<Group<T>>.FindIndex(Predicate<Group<T>>)
    List<Group<T>>.FindLast(Predicate<Group<T>>)
    List<Group<T>>.FindLastIndex(int, int, Predicate<Group<T>>)
    List<Group<T>>.FindLastIndex(int, Predicate<Group<T>>)
    List<Group<T>>.FindLastIndex(Predicate<Group<T>>)
    List<Group<T>>.ForEach(Action<Group<T>>)
    List<Group<T>>.GetEnumerator()
    List<Group<T>>.GetRange(int, int)
    List<Group<T>>.IndexOf(Group<T>)
    List<Group<T>>.IndexOf(Group<T>, int)
    List<Group<T>>.IndexOf(Group<T>, int, int)
    List<Group<T>>.Insert(int, Group<T>)
    List<Group<T>>.InsertRange(int, IEnumerable<Group<T>>)
    List<Group<T>>.LastIndexOf(Group<T>)
    List<Group<T>>.LastIndexOf(Group<T>, int)
    List<Group<T>>.LastIndexOf(Group<T>, int, int)
    List<Group<T>>.Remove(Group<T>)
    List<Group<T>>.RemoveAll(Predicate<Group<T>>)
    List<Group<T>>.RemoveAt(int)
    List<Group<T>>.RemoveRange(int, int)
    List<Group<T>>.Reverse()
    List<Group<T>>.Reverse(int, int)
    List<Group<T>>.Slice(int, int)
    List<Group<T>>.Sort()
    List<Group<T>>.Sort(Comparison<Group<T>>)
    List<Group<T>>.Sort(IComparer<Group<T>>)
    List<Group<T>>.Sort(int, int, IComparer<Group<T>>)
    List<Group<T>>.this[int]
    List<Group<T>>.ToArray()
    List<Group<T>>.TrimExcess()
    List<Group<T>>.TrueForAll(Predicate<Group<T>>)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Data
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class Group<T> : List<Group<T>>, IList<Group<T>>, ICollection<Group<T>>, IList, ICollection, IReadOnlyList<Group<T>>, IReadOnlyCollection<Group<T>>, IEnumerable<Group<T>>, IEnumerable
    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
    [JsonPropertyName("aggregates")]
    public object Aggregates { get; set; }
    Property Value
    Type
    object

    ChildLevels

    Specifies the count of child if any.

    Declaration
    [JsonPropertyName("childLevels")]
    public int ChildLevels { get; set; }
    Property Value
    Type
    int

    CountItems

    Specifies the count of items in this group.

    Declaration
    [JsonPropertyName("count")]
    public int CountItems { get; set; }
    Property Value
    Type
    int

    Field

    Specifies the field value.

    Declaration
    [JsonPropertyName("field")]
    public string Field { get; set; }
    Property Value
    Type
    string

    ForeignKey

    Specifies the foreign key.

    Declaration
    [JsonPropertyName("foreignKey")]
    public string ForeignKey { get; set; }
    Property Value
    Type
    string

    GroupGuid

    Unique identifier.

    Declaration
    [JsonPropertyName("groupGuid")]
    public string GroupGuid { get; set; }
    Property Value
    Type
    string

    GroupedData

    Specifies the grouped data.

    Declaration
    public IEnumerable GroupedData { get; set; }
    Property Value
    Type
    IEnumerable

    HeaderText

    Specifies the header text of the field.

    Declaration
    [JsonPropertyName("headerText")]
    public string HeaderText { get; set; }
    Property Value
    Type
    string

    Items

    Specifies the items of the group.

    Declaration
    [JsonPropertyName("items")]
    public IEnumerable Items { get; set; }
    Property Value
    Type
    IEnumerable

    Key

    Specifies the group key value.

    Declaration
    [JsonPropertyName("key")]
    public object Key { get; set; }
    Property Value
    Type
    object

    Level

    Specifies the level of this group.

    Declaration
    [JsonPropertyName("level")]
    public int Level { get; set; }
    Property Value
    Type
    int

    Records

    Specifies the ungrouped records.

    Declaration
    [JsonPropertyName("records")]
    public object[] Records { get; set; }
    Property Value
    Type
    object[]

    Result

    Specifies the result.

    Declaration
    [JsonPropertyName("result")]
    public object Result { get; set; }
    Property Value
    Type
    object

    Implements

    IList<T>
    ICollection<T>
    IList
    ICollection
    IReadOnlyList<T>
    IReadOnlyCollection<T>
    IEnumerable<T>
    IEnumerable
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved