Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Group<T> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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 Description
    System.Object

    ChildLevels

    Specifies the count of child if any.

    Declaration
    public int ChildLevels { get; set; }
    Property Value
    Type Description
    System.Int32

    CountItems

    Specifies the count of items in this group.

    Declaration
    public int CountItems { get; set; }
    Property Value
    Type Description
    System.Int32

    Field

    Specifies the field value.

    Declaration
    public string Field { get; set; }
    Property Value
    Type Description
    System.String

    ForeignKey

    Specifies the foreign key.

    Declaration
    public string ForeignKey { get; set; }
    Property Value
    Type Description
    System.String

    GroupGuid

    Unique identifier.

    Declaration
    public string GroupGuid { get; set; }
    Property Value
    Type Description
    System.String

    HeaderText

    Specifies the header text of the field.

    Declaration
    public string HeaderText { get; set; }
    Property Value
    Type Description
    System.String

    Items

    Specifies the items of the group.

    Declaration
    public IEnumerable Items { get; set; }
    Property Value
    Type Description
    System.Collections.IEnumerable

    Key

    Specifies the group key value

    Declaration
    public object Key { get; set; }
    Property Value
    Type Description
    System.Object

    Level

    Specifies the level of this group

    Declaration
    public int Level { get; set; }
    Property Value
    Type Description
    System.Int32

    Records

    Specifies the ungrouped records.

    Declaration
    public object[] Records { get; set; }
    Property Value
    Type Description
    System.Object[]

    Result

    Specifies the result.

    Declaration
    public object Result { get; set; }
    Property Value
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved