ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Group - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Group

    Inheritance
    System.Object
    Group
    Namespace: Syncfusion.EJ2.Base
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class Group : Object

    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

    Count

    Specifies the count of items in this group.

    Declaration
    public int Count { 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

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved